game_scaffold_dart
server
GenericEvent
GenericEvent.fromJson factory constructor
GenericEvent.fromJson
GenericEvent.fromJson
constructor
Null safety
GenericEvent.fromJson
(
Map
<
String
,
dynamic
>
map
)
Implementation
factory GenericEvent.fromJson(Map<String, dynamic> map) => _$GenericEventFromJson(map);
game_scaffold_dart
server
GenericEvent
GenericEvent.fromJson factory constructor
GenericEvent class
Constructors
fromJson
message
readyNextRound
undo
Properties
hashCode
runtimeType
type
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==