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