fromJson static method

PaymentMethodEnum? fromJson(
  1. dynamic value
)

Implementation

static PaymentMethodEnum? fromJson(dynamic value) => PaymentMethodEnumTypeTransformer().decode(value);