GoogleMapsPlacesV1ContentBlock constructor

GoogleMapsPlacesV1ContentBlock({
  1. GoogleTypeLocalizedText? content,
  2. GoogleMapsPlacesV1References? references,
  3. String? topic,
})

Implementation

GoogleMapsPlacesV1ContentBlock({
  this.content,
  this.references,
  this.topic,
});