GoogleMapsPlacesV1AuthorAttribution constructor

GoogleMapsPlacesV1AuthorAttribution({
  1. String? displayName,
  2. String? photoUri,
  3. String? uri,
})

Implementation

GoogleMapsPlacesV1AuthorAttribution({
  this.displayName,
  this.photoUri,
  this.uri,
});