hasPendingKeys property
bool
get
hasPendingKeys
Whether there are any pending keys that haven't been resolved yet.
Implementation
bool get hasPendingKeys => _pendingKeys.isNotEmpty;
Whether there are any pending keys that haven't been resolved yet.
bool get hasPendingKeys => _pendingKeys.isNotEmpty;