BannedChampion class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

BannedChampion({required int pickTurn, required int championId, required int teamId})
const
BannedChampion.fromJson(Map<String, dynamic> json)
factory

Properties

championId int
The ID of the banned champion
final
hashCode int
The hash code for this object.
no setterinherited
pickTurn int
The turn during which the champion was banned
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId int
The ID of the team that banned the champion
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