AllCustomersResponse constructor
AllCustomersResponse({
- String? status,
- String? message,
- List<
CustomerData> ? data,
Implementation
AllCustomersResponse({
this.status,
this.message,
this.data,
});