Strategy<T extends StrategyOptions> constructor
Strategy<T extends StrategyOptions> (
- T options,
- StrategyCallback<
T, Object> callback
Creates a new Strategy
Implementation
Strategy(
this.options,
this.callback,
);