DestinyObjectiveStatEntryDefinition class
Defines the conditions under which stat modifications will be applied to a Character while participating in an objective.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyObjectiveStatEntryDefinition()
-
DestinyObjectiveStatEntryDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stat ↔ DestinyItemInvestmentStatDefinition?
-
The stat being modified, and the value used.
getter/setter pair
- style ↔ DestinyObjectiveGrantStyle?
-
Whether it will be applied as long as the objective is active, when it's completed, or until it's completed.
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<DestinyObjectiveStatEntryDefinition>