CustomersModel constructor
CustomersModel({
- int totalItems = 0,
- List<
CustomerModel> ? items,
Implementation
CustomersModel({
this.totalItems = 0,
this.items,
});