- Inheritance
- Available Extensions
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
type
→ String
-
The game type this event is handled by
read-only, inherited
Methods
-
map<TResult extends Object?>({required TResult undo(GenericEventUndo value), required TResult readyNextRound(_GenericReadyNextRoundEvent value), required TResult message(GameMessage value)})
→ TResult
-
-
mapOrNull<TResult extends Object?>({TResult undo(GenericEventUndo value)?, TResult readyNextRound(_GenericReadyNextRoundEvent value)?, TResult message(GameMessage value)?})
→ TResult?
-
-
maybeMap<TResult extends Object?>({TResult undo(GenericEventUndo value)?, TResult readyNextRound(_GenericReadyNextRoundEvent value)?, TResult message(GameMessage value)?, required TResult orElse()})
→ TResult
-
-
maybeWhen<TResult extends Object?>({TResult undo()?, TResult readyNextRound(String player)?, TResult message(String message, String from, String? to)?, required TResult orElse()})
→ TResult
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson()
→ Map<String, dynamic>
-
inherited
-
toString()
→ String
-
A string representation of this object. [...]
inherited
-
when<TResult extends Object?>({required TResult undo(), required TResult readyNextRound(String player), required TResult message(String message, String from, String? to)})
→ TResult
-
-
whenOrNull<TResult extends Object?>({TResult undo()?, TResult readyNextRound(String player)?, TResult message(String message, String from, String? to)?})
→ TResult?
-