ExcludedPaymentMethods.fromJson constructor

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

factory fromJson that creates an instance of ExcludedPaymentMethods

Implementation

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