isComplete property

bool get isComplete

Whether the run is complete.

Implementation

bool get isComplete => status == RunStatus.completed;