dhcp6Config property

DHCPv6 configuration for this device.

Implementation

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