Participant class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Participant({required bool bot, required int spell2Id, required int profileIconId, required String summonerName, required int championId, required int teamId, required int spell1Id})
const
Participant.fromJson(Map<String, dynamic> json)
factory

Properties

bot bool
final
championId int
final
hashCode int
The hash code for this object.
no setterinherited
profileIconId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spell1Id int
final
spell2Id int
final
summonerName String
final
teamId int
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