menu
ipg_flutter package
documentation
models/customer_list_response.dart
CustomerListResponse
CustomerListResponse.new constructor
CustomerListResponse.new constructor
dark_mode
light_mode
CustomerListResponse
constructor
CustomerListResponse
(
{
int
?
status
,
String
?
message
,
List
<
Customer
>
?
data
,
})
Implementation
CustomerListResponse({ this.status, this.message, this.data,});
ipg_flutter package
documentation
models/customer_list_response
CustomerListResponse
CustomerListResponse.new constructor
CustomerListResponse class