disconnectedNodes property

UnmodifiableMapView<int, Node> disconnectedNodes

Returns a map with the nodes that are actually disconnected from lavalink

Implementation

UnmodifiableMapView<int, Node> get disconnectedNodes => UnmodifiableMapView(this._connectingNodes);