Participant class

Constructors

Participant({String? summonerName, String? summonerID, int? teamID, String? championName, bool? win, int? kills, int? deaths, int? assists, int? csScore, List<int?>? items})
A Summoner() instance to use to create a custom summoner or use it with the League() instance to get real-time information.

Properties

assists int?
final
championName String?
final
csScore int?
final
deaths int?
final
hashCode int
The hash code for this object.
no setterinherited
items List<int?>?
final
kills int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summonerID String?
final
summonerName String?
final
teamID int?
final
win bool?
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