fromJson static method

PaymentDtoPaymentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PaymentDtoPaymentTypeEnum? fromJson(dynamic value) => PaymentDtoPaymentTypeEnumTypeTransformer().decode(value);