fromJson static method

InvoicingCodeDtoPaymentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoicingCodeDtoPaymentTypeEnum? fromJson(dynamic value) => InvoicingCodeDtoPaymentTypeEnumTypeTransformer().decode(value);