reviews property

List<Review>? reviews
final

reviews a JSON array of up to five reviews. If a language parameter was specified in the Place Details request, the Places Service will bias the results to prefer reviews written in that language.

Implementation

final List<Review>? reviews;