GameOrError<G extends Game<Event> >.error constructor
Null safety
Represets an error
Implementation
const factory GameOrError.error(String message, PlayerID person) = GameError;
Represets an error
const factory GameOrError.error(String message, PlayerID person) = GameError;