InputDeviceNetworkSettings constructor

InputDeviceNetworkSettings({
  1. List<String>? dnsAddresses,
  2. String? gateway,
  3. String? ipAddress,
  4. InputDeviceIpScheme? ipScheme,
  5. String? subnetMask,
})

Implementation

InputDeviceNetworkSettings({
  this.dnsAddresses,
  this.gateway,
  this.ipAddress,
  this.ipScheme,
  this.subnetMask,
});