MatchTimelineInfoFrameParticipantFrameDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

MatchTimelineInfoFrameParticipantFrameDTO({required MatchTimelineInfoFrameParticipantFrameChampionStatsDTO championStats, required int currentGold, required MatchTimelineInfoFrameParticipantFrameDamageStatsDTO damageStats, required int goldPerSecond, required int jungleMinionsKilled, required int level, required int minionKilled, required int participantId, required MatchPositionDTO position, required int timeEnemySpentControlled, required int totalGold, required int xp})
const
MatchTimelineInfoFrameParticipantFrameDTO.fromJson(Map<String, dynamic> json)
factory

Properties

championStats MatchTimelineInfoFrameParticipantFrameChampionStatsDTO
final
currentGold int
final
damageStats MatchTimelineInfoFrameParticipantFrameDamageStatsDTO
final
goldPerSecond int
final
hashCode int
The hash code for this object.
no setterinherited
jungleMinionsKilled int
final
level int
final
minionKilled int
final
participantId int
final
position MatchPositionDTO
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeEnemySpentControlled int
final
totalGold int
final
xp 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