serializedValue property

Object? serializedValue
final

The serialized represenation of the enum value.

Can be manipulated via EnumAssist.serializedFormat
(either annotation or build.yaml file)

Extension Method: serialized
Classes Where Referenced: ExampleConv & _ExampleNullableConv

default: Non-formatted name of the enum value

Implementation

final Object? serializedValue;