Summoner class

Constructors

Summoner({String? summonerName, int? level, String? accID, String? summonerID, int? lastTimeOnline})
A Summoner() instance to use to create a custom summoner or use it with the League() instance to get real-time information.
Summoner.fromJson(Map<String, dynamic> json)
factory

Properties

accID String?
final
hashCode int
The hash code for this object.
no setterinherited
lastTimeOnline int?
final
level int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summonerID String?
final
summonerName String?
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