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