fromJson static method

DecryptedDocumentDtoDocumentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static DecryptedDocumentDtoDocumentTypeEnum? fromJson(dynamic value) => DecryptedDocumentDtoDocumentTypeEnumTypeTransformer().decode(value);