CurrentGameParticipant class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

CurrentGameParticipant({required int championId, required Perks perks, required int profileIconId, required bool bot, required int teamId, required String summonerName, required String summonerId, required int spell1Id, required int spell2Id, List<GameCustomizationObject> gameCustomizationObjects = const []})
const
CurrentGameParticipant.fromJson(Map<String, dynamic> json)
factory

Properties

bot bool
Flag indicating whether or not this participant is a bot
final
championId int
The ID of the champion played by this participant
final
gameCustomizationObjects List<GameCustomizationObject>
List of Game Customizations
final
hashCode int
The hash code for this object.
no setterinherited
perks Perks
Perks/Runes Reforged Information
final
profileIconId int
The ID of the profile icon used by this participant
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spell1Id int
The ID of the first summoner spell used by this participant
final
spell2Id int
The ID of the second summoner spell used by this participant
final
summonerId String
The encrypted summoner ID of this participant
final
summonerName String
The summoner name of this participant
final
teamId int
The team ID of this participant, indicating the participant's team
final

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