HourCycleOptions enum
Values
- h11 → const HourCycleOptions
-
const HourCycleOptions(r'h11')
- h12 → const HourCycleOptions
-
const HourCycleOptions(r'h12')
- h23 → const HourCycleOptions
-
const HourCycleOptions(r'h23')
- h24 → const HourCycleOptions
-
const HourCycleOptions(r'h24')
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<
HourCycleOptions> - A constant List of the values in this enum, in order of their declaration.