GoogleMapsPlacesV1References constructor

GoogleMapsPlacesV1References({
  1. List<String>? places,
  2. List<GoogleMapsPlacesV1Review>? reviews,
})

Implementation

GoogleMapsPlacesV1References({
  this.places,
  this.reviews,
});