AdminPaymentMethodListResponse.fromJson constructor

AdminPaymentMethodListResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AdminPaymentMethodListResponse.fromJson(Map<String, Object?> json) =>
    _$AdminPaymentMethodListResponseFromJson(json);