NetworkInterfaceInfo constructor
const
NetworkInterfaceInfo({})
Implementation
const NetworkInterfaceInfo({
required this.name,
required this.ip,
required this.netmask,
required this.broadcast,
required this.prefixLength,
});