dhcp6Config property

DHCPv6 configuration for this connection.

Implementation

NetworkManagerDHCP6Config? get dhcp6Config {
  var objectPath = _object.getObjectPathProperty(
    _activeConnectionInterfaceName,
    'Dhcp6Config',
  );
  return _client._getDHCP6Config(objectPath);
}