MatchTimelineInfoFrameEventVictimDamageReceivedDTO class

type should be typed with enum but spec doesn't exists

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

MatchTimelineInfoFrameEventVictimDamageReceivedDTO({required bool basic, required int magicDamage, required String name, required int participantId, required int physicalDamage, required String sepllName, required int spellSlot, required int trueDamage, required String type})
const
MatchTimelineInfoFrameEventVictimDamageReceivedDTO.fromJson(Map<String, dynamic> json)
factory

Properties

basic bool
final
hashCode int
The hash code for this object.
no setterinherited
magicDamage int
final
name String
final
participantId int
final
physicalDamage int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sepllName String
final
spellSlot int
final
trueDamage int
final
type String
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