NetworkInfo constructor
NetworkInfo({})
manufactruer
iface: "vEthernet (WSL)"
ifaceName: "Hyper-V Virtual Ethernet Adapter"
mac: "00:00:00:a0:00:d0"
type: "wired"
virtual: true
Implementation
NetworkInfo({
required this.manufactruer,
required this.iface,
required this.ifaceName,
required this.mac,
required this.type,
required this.virtual,
});