CardinalDirections class abstract

Provides various movement constants. A class which contains direction constants.

Constructors

CardinalDirections()

Properties

hashCode int
The hash code for this object.
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

east → const double
East.
north → const double
North.
northeast → const double
Northeast.
northwest → const double
Northwest.
south → const double
South.
southeast → const double
Southeast.
southwest → const double
Southwest.
west → const double
West.