menu
moka package
documentation
model/data/customer_list.dart
CustomerList
CustomerList.new constructor
CustomerList.new constructor
dark_mode
light_mode
CustomerList
constructor
CustomerList
(
{
int
?
dealerCustomerListCount
,
List
<
Customer
>
?
dealerCustomerList
,
})
Implementation
CustomerList({ this.dealerCustomerListCount, this.dealerCustomerList, });
moka package
documentation
model/data/customer_list
CustomerList
CustomerList.new constructor
CustomerList class