SearchGoogleLocationsResponse constructor

SearchGoogleLocationsResponse({
  1. List<GoogleLocation>? googleLocations,
})

Implementation

SearchGoogleLocationsResponse({
  this.googleLocations,
});