fromJson static method

ProductTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ProductTypeEnum? fromJson(dynamic value) => ProductTypeEnumTypeTransformer().decode(value);