fromJson static method

TypedValueObjectTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static TypedValueObjectTypeEnum? fromJson(dynamic value) => TypedValueObjectTypeEnumTypeTransformer().decode(value);