PaywayPartnerCheckMerchant.fromJson constructor
PaywayPartnerCheckMerchant.fromJson(
- String source
Implementation
factory PaywayPartnerCheckMerchant.fromJson(String source) => PaywayPartnerCheckMerchant.fromMap(json.decode(source) as Map<String, dynamic>);