isDone property

bool? get isDone

Indicates that the action has either completed or was cancelled.

Implementation

bool? get isDone => _doneGetter();