isDone property
bool?
get
isDone
Indicates that the action has either completed or was cancelled.
Implementation
bool? get isDone => _doneGetter();
Indicates that the action has either completed or was cancelled.
bool? get isDone => _doneGetter();