DestinyHistoricalStatsValue class

Annotations
  • @JsonSerializable()

Properties

activityId String?
When a stat represents the best, most, longest, fastest or some other personal best, the actual activity ID where that personal best was established is available on this property.
getter/setter pair
basic DestinyHistoricalStatsValuePair?
Basic stat value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pga DestinyHistoricalStatsValuePair?
Per game average for the statistic, if applicable
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statId String?
Unique ID for this stat
getter/setter pair
weighted DestinyHistoricalStatsValuePair?
Weighted value of the stat if a weight greater than 1 has been assigned.
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<DestinyHistoricalStatsValue>