fromJson static method

AssetsVizChartTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static AssetsVizChartTypeEnum? fromJson(dynamic value) => AssetsVizChartTypeEnumTypeTransformer().decode(value);