hasPendingKeys property

bool get hasPendingKeys

Whether there are any pending keys that haven't been resolved yet.

Implementation

bool get hasPendingKeys => _pendingKeys.isNotEmpty;