PlaceReview constructor
PlaceReview({})
Implementation
external PlaceReview({
String author_name,
String language,
String profile_photo_url,
String relative_time_description,
String text,
num time,
JSArray<PlaceAspectRating>? aspects,
String? author_url,
num? rating,
});