]> git.proxmox.com Git - flutter/proxmox_dart_api_client.git/commitdiff
models: node network: "type" porperty is not optional
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Dec 2021 10:11:35 +0000 (11:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Dec 2021 10:11:35 +0000 (11:11 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/src/models/pve_nodes_network_model.dart

index 584d3d85b394481881b662d359260d7f144a6a62..6c18cfd776248426346c97f3f7438ede524cdf98 100644 (file)
@@ -30,7 +30,7 @@ abstract class PveNodeNetworkModel
   String? get method6;
   String? get netmask;
   int? get priority;
-  InterfaceType? get type;
+  InterfaceType get type;
   String? get comment;
 }