isDone property

bool get isDone

Whether the context is done

Implementation

bool get isDone => _completer.isCompleted;