fromJson static method

AssetsVizSortDirectionEnum? fromJson(
  1. dynamic value
)

Implementation

static AssetsVizSortDirectionEnum? fromJson(dynamic value) => AssetsVizSortDirectionEnumTypeTransformer().decode(value);