GoogleMapsPlacesV1Photo constructor
GoogleMapsPlacesV1Photo({
- List<
GoogleMapsPlacesV1AuthorAttribution> ? authorAttributions, - int? heightPx,
- String? name,
- int? widthPx,
Implementation
GoogleMapsPlacesV1Photo({
this.authorAttributions,
this.heightPx,
this.name,
this.widthPx,
});