DestinyItemPeerView class
Bare minimum summary information for an item, for the sake of 3D rendering the item.
Constructors
Properties
-
dyes
↔ List<
DyeReference> -
The list of dyes that have been applied to this item.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemHash ↔ int
-
The hash identifier of the item in question. Use it to look up the
DestinyInventoryItemDefinition of the item for static rendering data. [...]
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