isCompleted property

bool isCompleted

Returns true if the PollableFuture has completed, false otherwise.

Implementation

bool get isCompleted => _futureOrValue is T;