ReferralCustomerCollection constructor
- dynamic objectType,
- dynamic mode,
- dynamic hasMore,
- List<
ReferralCustomer> ? referralCustomers
Implementation
ReferralCustomerCollection(objectType, mode, hasMore, this.referralCustomers)
: super(objectType, mode, hasMore);