reviews property

List<PlaceReview>? reviews
final

A array of up to five reviews. By default, the reviews are sorted in order of relevance. Use the reviews_sort request parameter to control sorting. For most_relevant (default), reviews are sorted by relevance; the service will bias the results to return reviews originally written in the preferred language. For newest, reviews are sorted in chronological order; the preferred language does not affect the sort order. Google recommends indicating to users whether results are ordered by most_relevant or newest.

Implementation

final List<PlaceReview>? reviews;