ids property

Set<String> get ids

All registered ids (unmodifiable copy; used for typo candidates).

Implementation

Set<String> get ids => Set.unmodifiable(_byId.keys);