fromJson static method

DecryptedInvoiceDtoSentMediumTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static DecryptedInvoiceDtoSentMediumTypeEnum? fromJson(dynamic value) => DecryptedInvoiceDtoSentMediumTypeEnumTypeTransformer().decode(value);