CoursePoint enum

Inheritance

Constructors

CoursePoint()
const

Values

generic → const CoursePoint
summit → const CoursePoint
valley → const CoursePoint
water → const CoursePoint
food → const CoursePoint
danger → const CoursePoint
left → const CoursePoint
straight → const CoursePoint
firstAid → const CoursePoint
fourthCategory → const CoursePoint
thirdCategory → const CoursePoint
secondCategory → const CoursePoint
firstCategory → const CoursePoint
horsCategory → const CoursePoint
sprint → const CoursePoint
leftFork → const CoursePoint
rightFork → const CoursePoint
middleFork → const CoursePoint
slightLeft → const CoursePoint
sharpLeft → const CoursePoint
slightRight → const CoursePoint
sharpRight → const CoursePoint
uTurn → const CoursePoint
segmentStart → const CoursePoint
segmentEnd → const CoursePoint

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

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