Units enum Null safety
Constants
- DAY → const Units
-
const Units(4)
- HOUR → const Units
-
const Units(3)
- MILLISECOND → const Units
-
const Units(0)
- MINUTE → const Units
-
const Units(2)
- MONTH → const Units
-
const Units(6)
- SECOND → const Units
-
const Units(1)
-
values
→ const List<
Units> -
A constant List of the values in this enum, in order of their declaration.
const List<
Units> - WEEK → const Units
-
const Units(5)
- YEAR → const Units
-
const Units(7)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited