PlutoMoveDirection enum

Inheritance

Constructors

PlutoMoveDirection()
const

Values

left → const PlutoMoveDirection
up → const PlutoMoveDirection
down → const PlutoMoveDirection

Properties

hashCode int
The hash code for this object.
no setterinherited
horizontal bool
no setter
index int
A numeric identifier for the enumerated value.
no setterinherited
isDown bool
no setter
isLeft bool
no setter
isRight bool
no setter
isUp bool
no setter
offset int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertical bool
no setter

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