IcPreferreddirection enum
Preferred direction options: north_west, north, north_east, west, center, east, south_west, south, south_east
Values
- northWest → const IcPreferreddirection
-
const IcPreferreddirection('north_west')
- north → const IcPreferreddirection
-
const IcPreferreddirection('north')
- northEast → const IcPreferreddirection
-
const IcPreferreddirection('north_east')
- west → const IcPreferreddirection
-
const IcPreferreddirection('west')
- center → const IcPreferreddirection
-
const IcPreferreddirection('center')
- east → const IcPreferreddirection
-
const IcPreferreddirection('east')
- southWest → const IcPreferreddirection
-
const IcPreferreddirection('south_west')
- south → const IcPreferreddirection
-
const IcPreferreddirection('south')
- southEast → const IcPreferreddirection
-
const IcPreferreddirection('south_east')
Properties
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<
IcPreferreddirection> - A constant List of the values in this enum, in order of their declaration.