DelayedStrategy class
Runs substrategy after specified delay. Options:
- delay - time in miliseconds to delay the substrategy attempt
- Implemented types
- Annotations
- 
    - @JS.new()
 
Constructors
- DelayedStrategy(Strategy strategy, Object number)
- 
          
            factory
- DelayedStrategy.fakeConstructor$()
Properties
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