reviews property

  1. @BuiltValueField(wireName: r'reviews')
BuiltList<PlaceReview>? get reviews

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

Implementation

@BuiltValueField(wireName: r'reviews')
BuiltList<PlaceReview>? get reviews;