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