value property

String value

Returns the serialized value of this enum value.

Implementation

String get value => _$jsonSerializers.serializeWith(serializer, this)! as String;