Map<String, dynamic> toJson() => { "id": id, "rating": rating, "review": review, "event_id": eventId, "user": user?.toJson(), };