FindCustomerResponse constructor
FindCustomerResponse({
- String? status,
- String? message,
- CustomerData? data,
Implementation
FindCustomerResponse({
this.status,
this.message,
this.data,
});