ip6Config property

IPv6 configuration for this connection.

Implementation

NetworkManagerIP6Config? get ip6Config {
  var objectPath = _object.getObjectPathProperty(
    _activeConnectionInterfaceName,
    'Ip6Config',
  );
  return _client._getIP6Config(objectPath);
}