fromJson static method

ExportDataContentTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ExportDataContentTypeEnum? fromJson(dynamic value) =>
    ExportDataContentTypeEnumTypeTransformer().decode(value);