UMerchantResponse.fromJson constructor
UMerchantResponse.fromJson(
- String str
Implementation
factory UMerchantResponse.fromJson(String str) => UMerchantResponse.fromMap(json.decode(str));
factory UMerchantResponse.fromJson(String str) => UMerchantResponse.fromMap(json.decode(str));