fromJson static method

CommentDataTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static CommentDataTypeEnum? fromJson(dynamic value) =>
    CommentDataTypeEnumTypeTransformer().decode(value);