MachineNetworkDetails constructor

MachineNetworkDetails({
  1. NetworkAdapterList? adapters,
  2. String? defaultGateway,
  3. String? primaryIpAddress,
  4. String? primaryMacAddress,
  5. String? publicIpAddress,
})

Implementation

MachineNetworkDetails({
  this.adapters,
  this.defaultGateway,
  this.primaryIpAddress,
  this.primaryMacAddress,
  this.publicIpAddress,
});