RoundResultDto class

Constructors

RoundResultDto(int roundNum, String roundResult, String roundCeremony, String winningTeam, String bombPlanter, String bombDefuser, int plantRoundTime, List<PlayerLocationsDto> playerPlantLocations, LocationDto plantLocation, String plantSite, int defuseRoundTime, List<PlayerLocationsDto> defusePlayerLocations, LocationDto defuseLocation, List<PlayerRoundStatsDto> playerStats, String roundResultCode)
RoundResultDto.fromJson(Map<String, dynamic> json)

Properties

bombDefuser String
getter/setter pair
bombPlanter String
getter/setter pair
defuseLocation LocationDto
getter/setter pair
defusePlayerLocations List<PlayerLocationsDto>
getter/setter pair
defuseRoundTime int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
plantLocation LocationDto
getter/setter pair
plantRoundTime int
getter/setter pair
plantSite String
getter/setter pair
playerPlantLocations List<PlayerLocationsDto>
getter/setter pair
playerStats List<PlayerRoundStatsDto>
getter/setter pair
roundCeremony String
getter/setter pair
roundNum int
getter/setter pair
roundResult String
getter/setter pair
roundResultCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
winningTeam String
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