PaywayPartnerRegisterMerchantResponse.fromJson constructor

PaywayPartnerRegisterMerchantResponse.fromJson(
  1. String source
)

Implementation

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