CurrentGameInfo class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

CurrentGameInfo({required int gameId, required String gameType, required int gameStartTime, required int mapId, required int gameLength, required String platformId, required String gameMode, List<BannedChampion> bannedChampions = const [], required int gameQueueConfigId, Observer? observers, required List<CurrentGameParticipant> participants})
const
CurrentGameInfo.fromJson(Map<String, dynamic> json)
factory

Properties

bannedChampions List<BannedChampion>
final
gameId int
final
gameLength int
final
gameMode String
final
gameQueueConfigId int
final
gameStartTime int
final
gameType String
final
hashCode int
The hash code for this object.
no setterinherited
mapId int
final
observers Observer?
final
participants List<CurrentGameParticipant>
final
platformId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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