DestinyActivityChallengeDefinition class
Represents a reference to a Challenge, which for now is just an Objective.
Constructors
Properties
-
dummyRewards
↔ List<
DestinyItemQuantity> -
The rewards as they're represented in the UI. Note that they generally link to "
dummy" items that give a summary of rewards rather than direct, real items
themselves. [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- objectiveHash ↔ int
-
The hash for the Objective that matches this challenge. Use it to look up the
DestinyObjectiveDefinition. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited