Static Properties
- EIGHT_MILLISECONDS → Interval
-
final
- FIFTY_MILLISECONDS → Interval
-
final
- FIVE_SECONDS → Interval
-
final
- FOUR_MILLISECONDS → Interval
-
final
- FOUR_SECONDS → Interval
-
final
- HALF_SECOND → Interval
-
final
- ONE_HUNDRED_MILLISECONDS → Interval
-
final
- ONE_MILLISECOND → Interval
-
final
- ONE_MINUTE → Interval
-
final
- ONE_SECOND → Interval
-
final
- QUARTER_SECOND → Interval
-
final
- SIXTEEN_MILLISECONDS → Interval
-
final
- THIRTY_MILLISECONDS → Interval
-
final
- THREE_HUNDRED_MILLISECONDS → Interval
-
final
- THREE_SECONDS → Interval
-
final
- TWO_HUNDRED_MILLISECONDS → Interval
-
final
- TWO_MILLISECONDS → Interval
-
final
- TWO_SECONDS → Interval
-
final
Constructors
- Interval(Duration duration)
-
const
- Interval.forHours(int hours)
- Interval.forMilliseconds(int ms)
- Interval.forMinutes(int minutes)
- Interval.forSeconds(int seconds)
Properties
- duration → Duration
-
final
- inMilliseconds → int
-
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited