ip6Config property

IPv6 configuration for this device.

Implementation

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