value property

bool value

Returns the serialized value of this enum value.

Implementation

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