testRun property

bool? get testRun
override

Implementation

bool? get testRun => _$this._testRun;
set testRun (covariant bool? testRun)
covariantoverride

Implementation

set testRun(covariant bool? testRun) => _$this._testRun = testRun;