Map<String, dynamic> toJson() => { if (placePrediction != null) 'placePrediction': placePrediction!.toJson(), if (queryPrediction != null) 'queryPrediction': queryPrediction!.toJson(), };