ReferralCustomerCollection constructor

ReferralCustomerCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<ReferralCustomer>? referralCustomers
)

Implementation

ReferralCustomerCollection(objectType, mode, hasMore, this.referralCustomers)
    : super(objectType, mode, hasMore);