fromJson static method

DecryptedInvoiceDtoPaymentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static DecryptedInvoiceDtoPaymentTypeEnum? fromJson(dynamic value) => DecryptedInvoiceDtoPaymentTypeEnumTypeTransformer().decode(value);