DestinyStatsCategoryType enum

Inheritance

Constructors

DestinyStatsCategoryType()
const

Values

None → const DestinyStatsCategoryType

None = 0

Kills → const DestinyStatsCategoryType

Kills = 1

Assists → const DestinyStatsCategoryType

Assists = 2

Deaths → const DestinyStatsCategoryType

Deaths = 3

Criticals → const DestinyStatsCategoryType

Criticals = 4

KDa → const DestinyStatsCategoryType

KDa = 5

KD → const DestinyStatsCategoryType

KD = 6

Score → const DestinyStatsCategoryType

Score = 7

Entered → const DestinyStatsCategoryType

Entered = 8

TimePlayed → const DestinyStatsCategoryType

TimePlayed = 9

MedalWins → const DestinyStatsCategoryType

MedalWins = 10

MedalGame → const DestinyStatsCategoryType

MedalGame = 11

MedalSpecialKills → const DestinyStatsCategoryType

MedalSpecialKills = 12

MedalSprees → const DestinyStatsCategoryType

MedalSprees = 13

MedalMultiKills → const DestinyStatsCategoryType

MedalMultiKills = 14

MedalAbilities → const DestinyStatsCategoryType

MedalAbilities = 15

ProtectedInvalidEnumValue → const DestinyStatsCategoryType

value not found fallback

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<DestinyStatsCategoryType>
A constant List of the values in this enum, in order of their declaration.