currentRun property Null safety

Run currentRun

Current run

Implementation

Run get currentRun => _run.value;
void currentRun=(Run run)

Set the current run Id

Implementation

set currentRun(Run run) => _run(run);