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