MachineNetworkDetails constructor
MachineNetworkDetails({
- NetworkAdapterList? adapters,
- String? primaryIpAddress,
- String? primaryMacAddress,
- String? publicIpAddress,
Implementation
MachineNetworkDetails({
this.adapters,
this.primaryIpAddress,
this.primaryMacAddress,
this.publicIpAddress,
});