PaywayPartnerCheckMerchantResponse.fromJson constructor

PaywayPartnerCheckMerchantResponse.fromJson(
  1. String source
)

Implementation

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