DestinyPostGameCarnageReportData class
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyPostGameCarnageReportData()
-
DestinyPostGameCarnageReportData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activityDetails ↔ DestinyHistoricalStatsActivity?
-
Details about the activity.
getter/setter pair
- activityWasStartedFromBeginning ↔ bool?
-
True if the activity was started from the beginning, if that information is available and the activity was played post Witch Queen release.
getter/setter pair
-
entries
↔ List<
DestinyPostGameCarnageReportEntry> ? -
Collection of players and their data for this activity.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- period ↔ String?
-
Date and time for the activity.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startingPhaseIndex ↔ int?
-
If this activity has "phases", this is the phase at which the activity was started. This value is only valid for activities before the Beyond Light expansion shipped. Subsequent activities will not have a valid value here.
getter/setter pair
-
teams
↔ List<
DestinyPostGameCarnageReportTeamEntry> ? -
Collection of stats for the player in this activity.
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<DestinyPostGameCarnageReportData>