hasPendingKey property
bool
get
hasPendingKey
Whether there's a pending key that hasn't been resolved yet.
Implementation
bool get hasPendingKey => _pendingKey != null;
Whether there's a pending key that hasn't been resolved yet.
bool get hasPendingKey => _pendingKey != null;