ChampionMastery class

Constructors

ChampionMastery({int? championID, int? championLevel, int? championPoints, bool? chestGranted, String? championName})
A ChampionMastery() instance to use to create a custom ChampionMastery or use it with the League() instance to get real-time Mastery information.
ChampionMastery.fromJson(Map<String, dynamic> json)
factory

Properties

championID int?
final
championLevel int?
final
championName String?
final
championPoints int?
final
chestGranted bool?
final
hashCode int
The hash code for this object.
no setterinherited
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