value property

int value

Returns the serialized value of this enum value.

Implementation

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