isPending property
bool
get
isPending
Whether an operation is pending.
Implementation
bool get isPending => _timer?.isActive ?? false;
Whether an operation is pending.
bool get isPending => _timer?.isActive ?? false;