SearchGoogleLocationsRequest constructor

SearchGoogleLocationsRequest({
  1. Location? location,
  2. int? pageSize,
  3. String? query,
})

Implementation

SearchGoogleLocationsRequest({this.location, this.pageSize, this.query});