VendorItemStatus class
Constructors
- VendorItemStatus(int _value)
-
const
- VendorItemStatus.fromJson(int numValue)
-
factory
Properties
Methods
-
contains(
VendorItemStatus childValue) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
VendorItemStatus item) → int -
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
- AlreadyOwned → const VendorItemStatus
- AlreadyOwned = 4096
- AlreadySelling → const VendorItemStatus
- AlreadySelling = 512
- DisplayOnly → const VendorItemStatus
- DisplayOnly = 8192
- NoFunds → const VendorItemStatus
- NoFunds = 2
- NoInventorySpace → const VendorItemStatus
- NoInventorySpace = 1
- NoProgression → const VendorItemStatus
- NoProgression = 4
- NoQuantity → const VendorItemStatus
- NoQuantity = 16
- NotAvailable → const VendorItemStatus
- NotAvailable = 64
- NoUnlock → const VendorItemStatus
- NoUnlock = 8
- OutsidePurchaseWindow → const VendorItemStatus
- OutsidePurchaseWindow = 32
- SellingInhibited → const VendorItemStatus
- SellingInhibited = 2048
- Success → const VendorItemStatus
- Success = 0
- UniquenessViolation → const VendorItemStatus
- UniquenessViolation = 128
- UnknownError → const VendorItemStatus
- UnknownError = 256
- Unsellable → const VendorItemStatus
- Unsellable = 1024