Grade enum
Climb difficulty categories (UCI-based).
These grades classify climb difficulty from most to least difficult.
Values
- gradeHC: Hors catégorie — the most difficult climbs.
- grade1: Category 1.
- grade2: Category 2.
- grade3: Category 3.
- grade4: Category 4 — least difficult in this scale.
Returned by ClimbSection.grade.
Also see:
- ClimbSection - Climb section describing an ascending segment of the route
Values
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
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