pendingKeys property
Set<K>
get
pendingKeys
The set of pending keys (unmodifiable).
Implementation
Set<K> get pendingKeys => Set.unmodifiable(_pendingKeys);
The set of pending keys (unmodifiable).
Set<K> get pendingKeys => Set.unmodifiable(_pendingKeys);