DestinyHistoricalStatsPeriodGroup class

Annotations
  • @JsonSerializable()

Properties

activityDetails DestinyHistoricalStatsActivity?
If the period group is for a specific activity, this property will be set.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
period String?
Period for the group. If the stat periodType is day, then this will have a specific day. If the type is monthly, then this value will be the first day of the applicable month. This value is not set when the periodType is 'all time'.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, DestinyHistoricalStatsValue>?
Collection of stats for the period.
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<DestinyHistoricalStatsPeriodGroup>