selectedConnectionIds property

Set<String> get selectedConnectionIds

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;