fromJson static method

DocumentFileContentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static DocumentFileContentTypeEnum? fromJson(dynamic value) =>
    DocumentFileContentTypeEnumTypeTransformer().decode(value);