getMerchantEmailResponseFromJson function

GetMerchantEmailResponse getMerchantEmailResponseFromJson(
  1. String str
)

Implementation

GetMerchantEmailResponse getMerchantEmailResponseFromJson(String str) =>
    GetMerchantEmailResponse.fromJson(json.decode(str));