Bug fixes

This commit is contained in:
Juan Gilsanz Polo 2023-06-15 14:27:08 +02:00
parent d1973a55db
commit c1c8ab10a0
7 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ class NetworkInterface {
String name;
String hardwareAddress;
List<String> flags;
String gatewayIp;
String? gatewayIp;
List<String> ipv4Addresses;
List<String> ipv6Addresses;