Flutter
quiver.async
CountdownTimer
remaining property
remaining
CountdownTimer class
Constructors
CountdownTimer
Properties
elapsed
increment
isRunning
remaining
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
cancel
listen
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
remaining property
Duration
remaining
Implementation
Duration get remaining => _duration - _stopwatch.elapsed;