connectedNodes property

UnmodifiableMapView<int, Node> connectedNodes

Returns a map with the nodes connected to lavalink cluster

Implementation

UnmodifiableMapView<int, Node> get connectedNodes => UnmodifiableMapView(this._nodes);