DelayedStrategy class

Runs substrategy after specified delay. Options:

  • delay - time in miliseconds to delay the substrategy attempt
Implemented types
Annotations
  • @JS()

Constructors

DelayedStrategy(Strategy strategy, Object number)
factory
DelayedStrategy.fakeConstructor$()

Properties

hashCode int
The hash code for this object.
no setterinherited
options ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strategy Strategy
getter/setter pair

Methods

connect(num minPriority, Function callback) StrategyRunner
override
isSupported() bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited