DestinyMilestoneChallengeActivityDefinition class

Annotations
  • @JsonSerializable()

Properties

activityGraphNodes List<DestinyMilestoneChallengeActivityGraphNodeEntry>?
If the activity and its challenge is visible on any of these nodes, it will be returned.
getter/setter pair
activityHash int?
The activity for which this challenge is active.
getter/setter pair
challenges List<DestinyMilestoneChallengeDefinition>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phases List<DestinyMilestoneChallengeActivityPhase>?
Phases related to this activity, if there are any. These will be listed in the order in which they will appear in the actual activity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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