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