MachineNetworkDetails constructor

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

Implementation

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