connection property

The connection settings.

Implementation

NetworkManagerSettingsConnection? get connection {
  var objectPath = _object.getObjectPathProperty(
    _activeConnectionInterfaceName,
    'Connection',
  );
  return _client._getConnection(objectPath);
}