isCompleted property

bool get isCompleted

Whether this CompletableFuture has completed with either a value or an error.

Implementation

bool get isCompleted => null != _result;