pendingKeys property

Set<K> get pendingKeys

The set of pending keys (unmodifiable).

Implementation

Set<K> get pendingKeys => Set.unmodifiable(_pendingKeys);