fromJson static method

ValueContainerDataTypeEnum fromJson(
  1. dynamic value
)

Implementation

static ValueContainerDataTypeEnum fromJson(dynamic value) =>
  ValueContainerDataTypeEnumTypeTransformer().decode(value);