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