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