selectedConnectionIds property
Gets the IDs of all currently selected connections (package-private).
Returns a set of connection IDs. An empty set means no connections are selected.
Implementation
Set<String> get selectedConnectionIds => _selectedConnectionIds;