PaywayPartnerCheckMerchant.fromJson constructor

PaywayPartnerCheckMerchant.fromJson(
  1. String source
)

Implementation

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