@override Object toJson() => { if (vpnConnections.isNotDefault) 'vpnConnections': [for (final i in vpnConnections) i.toJson()], };