Strategy<T extends StrategyOptions> constructor

Strategy<T extends StrategyOptions>(
  1. T options,
  2. StrategyCallback<T, Object> callback
)

Creates a new Strategy

Implementation

Strategy(
  this.options,
  this.callback,
);