isCompleted property
bool
get
isCompleted
Whether this CompletableFuture has completed with either a value or an error.
Implementation
bool get isCompleted => null != _result;
Whether this CompletableFuture has completed with either a value or an error.
bool get isCompleted => null != _result;