CompassPt enum
A compass point, used to indicate where to aim on a node.
Values
- north → const CompassPt
-
const CompassPt('n')
- northEast → const CompassPt
-
const CompassPt('ne')
- east → const CompassPt
-
const CompassPt('e')
- southEast → const CompassPt
-
const CompassPt('se')
- south → const CompassPt
-
const CompassPt('s')
- southWest → const CompassPt
-
const CompassPt('sw')
- west → const CompassPt
-
const CompassPt('w')
- northWest → const CompassPt
-
const CompassPt('nw')
- center → const CompassPt
-
const CompassPt('c')
- appropriate → const CompassPt
-
const CompassPt('_')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The encoded representation of this compass point.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited