Preferreddirection enum

Preferred direction options: north_west, north, north_east, west, center, east, south_west, south, south_east

Inheritance
Available extensions

Values

north_west → const Preferreddirection
const Preferreddirection('north_west')
north → const Preferreddirection
const Preferreddirection('north')
north_east → const Preferreddirection
const Preferreddirection('north_east')
west → const Preferreddirection
const Preferreddirection('west')
center → const Preferreddirection
const Preferreddirection('center')
east → const Preferreddirection
const Preferreddirection('east')
south_west → const Preferreddirection
const Preferreddirection('south_west')
south → const Preferreddirection
const Preferreddirection('south')
south_east → const Preferreddirection
const Preferreddirection('south_east')

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
value String
final

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