isDone property

bool get isDone

Implementation

bool get isDone =>
    state == UfbtProgressState.finished || state == UfbtProgressState.failed;