fromJson static method

DecryptedDocumentDtoDocumentStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static DecryptedDocumentDtoDocumentStatusEnum? fromJson(dynamic value) => DecryptedDocumentDtoDocumentStatusEnumTypeTransformer().decode(value);