Controller<T> constructor

Controller<T>(
  1. PlannerConfig<T> config
)

Implementation

Controller(this.config) {
  _calculateOffsets();
}