DestinyItemSetBlockDefinition class
Primarily for Quests, this is the definition of properties related to the item if it is a quest and its various quest steps.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemSetBlockDefinition()
-
DestinyItemSetBlockDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
itemList
↔ List<
DestinyItemSetBlockEntryDefinition> ? -
A collection of hashes of set items, for items such as Quest Metadata items that possess this data.
getter/setter pair
- questLineDescription ↔ String?
-
The description of the quest line that this quest step is a part of.
getter/setter pair
- questLineName ↔ String?
-
The name of the quest line that this quest step is a part of.
getter/setter pair
- questStepSummary ↔ String?
-
An additional summary of this step in the quest line.
getter/setter pair
- requireOrderedSetItemAdd ↔ bool?
-
If true, items in the set can only be added in increasing order, and adding an item will remove any previous item. For Quests, this is by necessity true. Only one quest step is present at a time, and previous steps are removed as you advance in the quest.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setIsFeatured ↔ bool?
-
If true, the UI should treat this quest as "featured"
getter/setter pair
- setType ↔ String?
-
A string identifier we can use to attempt to identify the category of the Quest.
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<DestinyItemSetBlockDefinition>