ItemLocation enum
- Inheritance
- Available extensions
Values
- Unknown → const ItemLocation
-
Unknown = 0
- Inventory → const ItemLocation
-
Inventory = 1
- Vault → const ItemLocation
-
Vault = 2
- Vendor → const ItemLocation
-
Vendor = 3
- Postmaster → const ItemLocation
-
Postmaster = 4
- ProtectedInvalidEnumValue → const ItemLocation
-
value not found fallback
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ItemLocation> - A constant List of the values in this enum, in order of their declaration.