GoogleMapsPlacesV1PlaceAreaSummary constructor

GoogleMapsPlacesV1PlaceAreaSummary({
  1. List<GoogleMapsPlacesV1ContentBlock>? contentBlocks,
})

Implementation

GoogleMapsPlacesV1PlaceAreaSummary({
  this.contentBlocks,
});