Dart SDK
dart:async
SingleShotTimerTaskSpecification
SingleShotTimerTaskSpecification
SingleShotTimerTaskSpecification
Dart SDK
dart:async
SingleShotTimerTaskSpecification
SingleShotTimerTaskSpecification
constructor
SingleShotTimerTaskSpecification
Source
Dart SDK
dart:async
SingleShotTimerTaskSpecification
Constants
specificationName
Constructors
SingleShotTimerTaskSpecification
Properties
callback
duration
hashCode
isOneShot
name
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
SingleShotTimerTaskSpecification
(
Duration
duration
,
void
callback
()
)
Source
SingleShotTimerTaskSpecification(this.duration, void this.callback());