value property
String
get
value
Returns the serialized value of this enum value.
Implementation
String get value => _$jsonSerializers.serializeWith(serializer, this)! as String;
Returns the serialized value of this enum value.
String get value => _$jsonSerializers.serializeWith(serializer, this)! as String;