MatchEventDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

MatchEventDTO({int? realTimestamp, required int timestamp, required TimlineEventType eventType, int? itemId, int? participantId, String? levelUpType, int? skillSlot, int? creatorId, String? wardType, int? level, List<int>? assistingParticipantIds, int? bounty, int? killStreakLength, int? killerId, MatchPositionDTO? position, List<MatchTimelineInfoFrameEventVictimDamageReceivedDTO>? victimDamageReceived, List<MatchTimelineInfoFrameEventVictimDamageReceivedDTO>? victimDamageDealt, int? victimId, String? killType, String? laneType, int? teamId, int? multiKillLength, int? killerTeamId, String? monsterType, String? monsterSubType, String? buildingType, String? towerType, int? afterId, int? beforeId, int? goldGain, int? gameId, int? winningTeam, String? transformType, String? name, int? shutdownBounty, int? actualStartTime})
const
MatchEventDTO.fromJson(Map<String, dynamic> json)
factory

Properties

actualStartTime int?
final
afterId int?
final
assistingParticipantIds List<int>?
final
beforeId int?
final
bounty int?
final
buildingType String?
final
creatorId int?
final
eventType TimlineEventType
final
gameId int?
final
goldGain int?
final
hashCode int
The hash code for this object.
no setterinherited
itemId int?
final
killerId int?
final
killerTeamId int?
final
killStreakLength int?
final
killType String?
final
laneType String?
final
level int?
final
levelUpType String?
final
monsterSubType String?
final
monsterType String?
final
multiKillLength int?
final
name String?
final
participantId int?
final
position MatchPositionDTO?
final
realTimestamp int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shutdownBounty int?
final
skillSlot int?
final
teamId int?
final
timestamp int
final
towerType String?
final
transformType String?
final
victimDamageDealt List<MatchTimelineInfoFrameEventVictimDamageReceivedDTO>?
final
victimDamageReceived List<MatchTimelineInfoFrameEventVictimDamageReceivedDTO>?
final
victimId int?
final
wardType String?
final
winningTeam 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