toJson method
Implementation
@override
Map<String, dynamic> toJson() => withoutNulls({
'name': name,
'mtu': mtu,
'gateway': gateway,
'dns': dns,
'userLevel': userLevel,
'autoSystemRoutingTable': autoSystemRoutingTable,
'autoOutboundsInterface': autoOutboundsInterface,
});