isCompleted property
bool
get
isCompleted
Returns true if the PollableFuture has completed, false otherwise.
Implementation
bool get isCompleted => _futureOrValue is T;
Returns true if the PollableFuture has completed, false otherwise.
bool get isCompleted => _futureOrValue is T;