Map<String, dynamic> toMap() => { 'name': name, 'ip': ip, 'netmask': netmask, 'broadcast': broadcast, 'prefixLength': prefixLength, };