GoogleMapsPlacesV1PhotoMedia constructor

GoogleMapsPlacesV1PhotoMedia({
  1. String? name,
  2. String? photoUri,
})

Implementation

GoogleMapsPlacesV1PhotoMedia({
  this.name,
  this.photoUri,
});