test_package
ex
SpecializedDuration
operator <=
operator <=
test_package
ex
SpecializedDuration
operator <=
method
operator <=
test_package
ex
SpecializedDuration
Constructors
SpecializedDuration
Properties
hashCode
inDays
inHours
inMicroseconds
inMilliseconds
inMinutes
inSeconds
isNegative
runtimeType
Methods
abs
compareTo
noSuchMethod
toString
Operators
operator *
operator +
operator -
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
bool
operator <=
(
Duration
other
)
Returns
true
if the value of this Duration is less than or equal to the value of
other
.