isPending property

bool get isPending

Whether an operation is pending.

Implementation

bool get isPending => _timer?.isActive ?? false;