KillsDto class

Constructors

KillsDto(int timeSinceGameStartMillis, int timeSinceRoundStartMillis, String killer, String victim, LocationDto victimLocation, List<String> assistants, List<PlayerLocationsDto> playerLocations, List<FinishingDamageDto> finishingDamage)
KillsDto.fromJson(Map<String, dynamic> json)

Properties

assistants List<String>
getter/setter pair
finishingDamage List<FinishingDamageDto>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
killer String
getter/setter pair
playerLocations List<PlayerLocationsDto>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSinceGameStartMillis int
getter/setter pair
timeSinceRoundStartMillis int
getter/setter pair
victim String
getter/setter pair
victimLocation LocationDto
getter/setter pair

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