CustomTimerRemainingTime class

Remaining time for CustomTimer.

Constructors

CustomTimerRemainingTime({required Duration duration})

Properties

days String
Get the remaining days.
no setter
duration Duration
Default duration with remaining time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hours String
Get the remaining hours always with two digits.
no setter
hoursWithoutFill String
Get the remaining hours without completing with leading zeros.
no setter
milliseconds String
Get the remaining milliseconds always with three digits.
no setter
millisecondsWithoutFill String
Get the remaining milliseconds without completing with leading zeros.
no setter
minutes String
Get the remaining minutes always with two digits.
no setter
minutesWithoutFill String
Get the remaining minutes without completing with leading zeros.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds String
Get the remaining seconds always with two digits.
no setter
secondsWithoutFill String
Get the remaining seconds without completing with leading zeros.
no setter

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