game_scaffold_dart
server
GenericEvent
GenericEvent.undo const constructor
GenericEvent.undo
GenericEvent.undo
constructor
Null safety
const
GenericEvent.undo
(
)
Undo's the effects of the last event
Implementation
const factory GenericEvent.undo() = GenericEventUndo;
game_scaffold_dart
server
GenericEvent
GenericEvent.undo const constructor
GenericEvent class
Constructors
fromJson
message
readyNextRound
undo
Properties
hashCode
runtimeType
type
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==