DestinyEquipItemResult class
The results of an Equipping operation performed through the Destiny API.
Constructors
Properties
- equipStatus ↔ int
-
A PlatformErrorCodes enum indicating whether it succeeded, and if it failed why.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemInstanceId ↔ String
-
The instance ID of the item in question (all items that can be equipped must,
but definition, be Instanced and thus have an Instance ID that you can use to
refer to them)
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 -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited