DestinyItemPeerView class

Bare minimum summary information for an item, for the sake of 3D rendering the item.

Annotations
  • @JsonSerializable()

Constructors

DestinyItemPeerView()
DestinyItemPeerView.fromJson(Map<String, dynamic> json)
factory

Properties

dyes List<DyeReference>?
The list of dyes that have been applied to this item.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemHash int?
The hash identifier of the item in question. Use it to look up the DestinyInventoryItemDefinition of the item for static rendering data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<DestinyItemPeerView>