isDone property

  1. @override
bool? get isDone
override

Indicates that the action has either completed or was cancelled.

Implementation

@override
bool? get isDone => delegate.isDone;