MerchantResponse.fromJson constructor

MerchantResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MerchantResponse.fromJson(Map<String, dynamic> json) =>
    _$MerchantResponseFromJson(json);