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