DestinyItemSourceBlockDefinition class

Data about an item's "sources": ways that the item can be obtained.

Annotations
  • @JsonSerializable()

Properties

exclusive BungieMembershipType?
If we found that this item is exclusive to a specific platform, this will be set to the BungieMembershipType enumeration that matches that platform.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceHashes List<int>?
The list of hash identifiers for Reward Sources that hint where the item can be found (DestinyRewardSourceDefinition).
getter/setter pair
sources List<DestinyItemSourceDefinition>?
A collection of details about the stats that were computed for the ways we found that the item could be spawned.
getter/setter pair
vendorSources List<DestinyItemVendorSourceReference>?
A denormalized reference back to vendors that potentially sell this item.
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<DestinyItemSourceBlockDefinition>