DrawOfferCancelledGameEvent class Null safety

Event that signals a draw offer has been revoked. This event is not sent on the broadcast stream, therefore no need to have a player as a field here.

Inheritance

Constructors

DrawOfferCancelledGameEvent()
Creates new DrawOfferCancelledGameEvent object.
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
isBroadcasted bool
Whether this event should be broadcasted or not. Events that are not broadcasted are only sent to opponent's socket.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type GameEventType
The type of this event. This is used to efficiently parse the game event data from received json.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, Object?>
Converts this object to json representation.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited