FastJobRunner constructor

FastJobRunner(
  1. BuildContext context, [
  2. Iterable<FastJob> jobs = const <FastJob>[]
])

Implementation

FastJobRunner(this.context, [this.jobs = const <FastJob>[]]) {
  _logger = _manager.getLogger(_debugLabel);
}