fromJson static method

InvoiceDtoSentMediumTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static InvoiceDtoSentMediumTypeEnum? fromJson(dynamic value) => InvoiceDtoSentMediumTypeEnumTypeTransformer().decode(value);