DurationConst class
Constructors
- DurationConst.day(int value)
- DurationConst.hour(int value)
- DurationConst.microsecond(int value)
- DurationConst.millisecond(int value)
- DurationConst.minute(int value)
- DurationConst.month(int value)
- DurationConst.second(int value)
- DurationConst.week(int value)
- DurationConst.year(int value)
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