GoogleMapsPlacesV1Photo constructor

GoogleMapsPlacesV1Photo({
  1. List<GoogleMapsPlacesV1AuthorAttribution>? authorAttributions,
  2. String? flagContentUri,
  3. String? googleMapsUri,
  4. int? heightPx,
  5. String? name,
  6. int? widthPx,
})

Implementation

GoogleMapsPlacesV1Photo({
  this.authorAttributions,
  this.flagContentUri,
  this.googleMapsUri,
  this.heightPx,
  this.name,
  this.widthPx,
});