TimePrecision enum
- Inheritance
- Available extensions
Values
- hour → const TimePrecision
-
Hour precision.
- minute → const TimePrecision
-
Minute precision.
- minuteOptional → const TimePrecision
-
Minute precision, with optional seconds if they are zero.
- second → const TimePrecision
-
Second precision.
- subsecond1 → const TimePrecision
-
First subsecond digit precision.
- subsecond2 → const TimePrecision
-
Second subsecond digit precision.
- subsecond3 → const TimePrecision
-
Third subsecond digit precision.
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 <(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
-
operator <=(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
-
operator >=(
TimePrecision other) → bool -
Available on TimePrecision, provided by the EnumComparisonOperators extension
Constants
-
values
→ const List<
TimePrecision> - A constant List of the values in this enum, in order of their declaration.