isResolving property

bool get isResolving

Whether the computation is currently in progress and not yet resolved.

Implementation

bool get isResolving => _result == null && _future != null;