MatchTimelineInfoFrameParticipantFrameDamageStatsDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

MatchTimelineInfoFrameParticipantFrameDamageStatsDTO({required int magicDamageDone, required int magicDamageDoneToChampions, required int magicDamageTaken, required int physicalDamageDone, required int physicalDamageDoneToChampions, required int physicalDamageTaken, required int totalDamageDone, required int totalDamageDoneToChampions, required int totalDamageTaken, required int trueDamageDone, required int trueDamageDoneToChampions, required int trueDamageTaken})
const
MatchTimelineInfoFrameParticipantFrameDamageStatsDTO.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
magicDamageDone int
final
magicDamageDoneToChampions int
final
magicDamageTaken int
final
physicalDamageDone int
final
physicalDamageDoneToChampions int
final
physicalDamageTaken int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDamageDone int
final
totalDamageDoneToChampions int
final
totalDamageTaken int
final
trueDamageDone int
final
trueDamageDoneToChampions int
final
trueDamageTaken 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