DestinyMilestoneVendor class
If a Milestone has one or more Vendors that are relevant to it, this will contain information about that vendor that you can choose to show.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- previewItemHash ↔ int
-
If this vendor is featuring a specific item for this event, this will be the
hash identifier of that item. I'm taking bets now on how long we go before this
needs to be a list or some other, more complex representation instead and I
deprecate this too. I'm going to go with 5 months. Calling it now, 2017-09-14 at
9:46pm PST. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- vendorHash ↔ int
-
The hash identifier of the Vendor related to this Milestone. You can show useful
things from this, such as thier Faction icon or whatever you might care about. [...]
read / write
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