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