GoogleMapsPlacesV1ContextualContent constructor

GoogleMapsPlacesV1ContextualContent({
  1. List<GoogleMapsPlacesV1ContextualContentJustification>? justifications,
  2. List<GoogleMapsPlacesV1Photo>? photos,
  3. List<GoogleMapsPlacesV1Review>? reviews,
})

Implementation

GoogleMapsPlacesV1ContextualContent({
  this.justifications,
  this.photos,
  this.reviews,
});