Running.singleStep constructor Null safety
- RunningController _fake,
- ProgramRunner _runner,
- void _singleStepOnDone( )?
Implementation
Running.singleStep(this._fake, this._runner, this._singleStepOnDone)
: _stopNext = true,
super(_fake.real) {
assert(_fake.real.suspendedProgramRunner == null);
_stopNext = true;
}