MoveCategory enum

The category of a move.

Inheritance

Constructors

MoveCategory()
const

Values

starting → const MoveCategory

Starting move - attached to a class, given automatically.

basic → const MoveCategory

Basic move - available to all classes.

special → const MoveCategory

Special move - available to all classes, but represent more advanced moves than basic.

advanced1 → const MoveCategory

Advanced move - attached to a class, and given betweens levels 2 and 5.

advanced2 → const MoveCategory

Advanced move - attached to a class, and given betweens levels 6 and 10.

other → const MoveCategory

Other types of moves

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<MoveCategory>
A constant List of the values in this enum, in order of their declaration.