GoogleMapsPlacesV1ContextualContent constructor
GoogleMapsPlacesV1ContextualContent({
- List<
GoogleMapsPlacesV1ContextualContentJustification> ? justifications, - List<
GoogleMapsPlacesV1Photo> ? photos, - List<
GoogleMapsPlacesV1Review> ? reviews,
Implementation
GoogleMapsPlacesV1ContextualContent({
this.justifications,
this.photos,
this.reviews,
});