master property

Master device if this connection is a slave.

Implementation

NetworkManagerDevice? get master {
  var objectPath = _object.getObjectPathProperty(
    _activeConnectionInterfaceName,
    'Master',
  );
  return _client._getDevice(objectPath);
}