dslink
dslink.utils
Interval
Interval.forMinutes
Interval.forMinutes
dslink
dslink.utils
Interval
Interval.forMinutes
constructor
Interval.forMinutes
Source
dslink
dslink.utils
Interval
Static properties
EIGHT_MILLISECONDS
FIFTY_MILLISECONDS
FIVE_SECONDS
FOUR_MILLISECONDS
FOUR_SECONDS
HALF_SECOND
ONE_HUNDRED_MILLISECONDS
ONE_MILLISECOND
ONE_MINUTE
ONE_SECOND
QUARTER_SECOND
SIXTEEN_MILLISECONDS
THIRTY_MILLISECONDS
THREE_HUNDRED_MILLISECONDS
THREE_SECONDS
TWO_HUNDRED_MILLISECONDS
TWO_MILLISECONDS
TWO_SECONDS
Constructors
Interval
forHours
forMilliseconds
forMinutes
forSeconds
Properties
duration
inMilliseconds
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
Interval.forMinutes
(
int
minutes
)
Source
Interval.forMinutes(int minutes) : this(new Duration(minutes: minutes));