MatchTimelineInfoFrameParticipantFrameChampionStatsDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

MatchTimelineInfoFrameParticipantFrameChampionStatsDTO({int? abilityHaste, required int abilityPower, required int armor, required int armorPen, required int armorPenPercent, required int attackDamage, required int attackSpeed, required int bonusArmorPenPercent, required int bonusMagicPenPercent, required int ccReduction, required int cooldownReduction, required int health, required int healthMax, required int healthRegen, required int lifesteal, required int magicPen, required int magicPenPercent, required int magicResist, required int movementSpeed, required int omnivamp, required int physicalVamp, required int power, required int powerMax, required int powerRegen, required int spellVamp})
const
MatchTimelineInfoFrameParticipantFrameChampionStatsDTO.fromJson(Map<String, dynamic> json)
factory

Properties

abilityHaste int?
final
abilityPower int
final
armor int
final
armorPen int
final
armorPenPercent int
final
attackDamage int
final
attackSpeed int
final
bonusArmorPenPercent int
final
bonusMagicPenPercent int
final
ccReduction int
final
cooldownReduction int
final
hashCode int
The hash code for this object.
no setterinherited
health int
final
healthMax int
final
healthRegen int
final
lifesteal int
final
magicPen int
final
magicPenPercent int
final
magicResist int
final
movementSpeed int
final
omnivamp int
final
physicalVamp int
final
power int
final
powerMax int
final
powerRegen int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spellVamp 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