MerchantData.fromJson constructor

MerchantData.fromJson(
  1. String str
)

Implementation

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