DestinyHistoricalStatsDefinition class

Annotations
  • @JsonSerializable()

Properties

category DestinyStatsCategoryType?
Category for the stat.
getter/setter pair
group DestinyStatsGroupType?
Statistic group
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconImage String?
Optional URI to an icon for the statistic
getter/setter pair
medalTierHash int?
The tier associated with this medal - be it implicitly or explicitly.
getter/setter pair
mergeMethod int?
Optional icon for the statistic
getter/setter pair
modes List<DestinyActivityModeType>?
Game modes where this statistic can be reported.
getter/setter pair
periodTypes List<PeriodType>?
Time periods the statistic covers
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statDescription String?
Description of a stat if applicable.
getter/setter pair
statId String?
Unique programmer friendly ID for this stat
getter/setter pair
statName String?
Display name
getter/setter pair
statNameAbbr String?
Display name abbreviated
getter/setter pair
unitLabel String?
Localized Unit Name for the stat.
getter/setter pair
unitType UnitType?
Unit, if any, for the statistic
getter/setter pair
weight int?
Weight assigned to this stat indicating its relative impressiveness.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<DestinyHistoricalStatsDefinition>