ActionType class
Properties
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) → ActionType? -
listFromJson(
dynamic json, {bool growable = false}) → List< ActionType>
Constants
- buyBankExpansion → const ActionType
- buyGe → const ActionType
- buyNpc → const ActionType
- cancelGe → const ActionType
- christmasExchange → const ActionType
- crafting → const ActionType
- deleteItem → const ActionType
- deposit → const ActionType
- depositGold → const ActionType
- equip → const ActionType
- fight → const ActionType
- gathering → const ActionType
- movement → const ActionType
- recycling → const ActionType
- rest → const ActionType
- sellGe → const ActionType
- sellNpc → const ActionType
- task → const ActionType
- unequip → const ActionType
- use → const ActionType
-
values
→ const List<
ActionType> - List of all possible values in this ActionType.
- withdraw → const ActionType
- withdrawGold → const ActionType