MerchantInfo.fromJson constructor

MerchantInfo.fromJson(
  1. String str
)

Implementation

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