FeaturedGameInfo class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

FeaturedGameInfo({required String? gameMode, required int? gameLength, required int? mapId, required String? gameType, required List<BannedChampion>? bannedChampion, required int? gameId, required Observer? observer, required int? gameQueueConfigId, required int? gameStartTime, required List<Participant>? participants})
const
FeaturedGameInfo.fromJson(Map<String, dynamic> json)
factory

Properties

bannedChampion 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
observer Observer?
final
participants List<Participant>?
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