activeConnection property

NetworkManagerActiveConnection? activeConnection

Connection that owns this device.

Implementation

NetworkManagerActiveConnection? get activeConnection {
  var objectPath =
      _object.getObjectPathProperty(_deviceInterfaceName, 'ActiveConnection');
  return _client._getActiveConnection(objectPath);
}