Map<String, dynamic> toJson() => withoutNulls({ 'name': name, 'alpn': alpn, 'path': path, 'type': type?.toJson(), 'dest': dest, 'xver': xver, });