PlaceReview constructor

PlaceReview({
  1. String author_name,
  2. String language,
  3. String profile_photo_url,
  4. String relative_time_description,
  5. String text,
  6. num time,
  7. JSArray<PlaceAspectRating>? aspects,
  8. String? author_url,
  9. num? rating,
})

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,
});