GoogleMapsPlacesV1Photo constructor

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

Implementation

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