DestinyObjectivePerkEntryDefinition class
Defines the conditions under which an intrinsic perk is applied while participating in an Objective. These perks will generally not be benefit-granting perks, but rather a perk that modifies gameplay in some interesting way.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyObjectivePerkEntryDefinition()
-
DestinyObjectivePerkEntryDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- perkHash ↔ int?
-
The hash identifier of the DestinySandboxPerkDefinition that will be applied to the character.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ DestinyObjectiveGrantStyle?
-
An enumeration indicating 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<DestinyObjectivePerkEntryDefinition>