MerchantJsonData.fromJson constructor

MerchantJsonData.fromJson(
  1. String str
)

Implementation

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