Dart SDK
dart:async
SingleShotTimerTaskSpecification
duration
duration
Dart SDK
dart:async
SingleShotTimerTaskSpecification
duration
property
duration
Dart SDK
dart:async
SingleShotTimerTaskSpecification
Constants
specificationName
Constructors
SingleShotTimerTaskSpecification
Properties
callback
duration
hashCode
isOneShot
name
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
Duration
duration
read-only
The duration after which the timer should invoke the
callback
.