ItemSlot class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The underlying value of this enum member.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic value) ItemSlot?
listFromJson(dynamic json, {bool growable = false}) List<ItemSlot>

Constants

amulet → const ItemSlot
artifact1 → const ItemSlot
artifact2 → const ItemSlot
artifact3 → const ItemSlot
bag → const ItemSlot
bodyArmor → const ItemSlot
boots → const ItemSlot
helmet → const ItemSlot
legArmor → const ItemSlot
ring1 → const ItemSlot
ring2 → const ItemSlot
rune → const ItemSlot
shield → const ItemSlot
utility1 → const ItemSlot
utility2 → const ItemSlot
values → const List<ItemSlot>
List of all possible values in this ItemSlot.
weapon → const ItemSlot