GoogleSearchParametersModle constructor

GoogleSearchParametersModle(
  1. String keyword,
  2. String location,
  3. String key,
  4. int radius,
  5. String type,
)

Implementation

GoogleSearchParametersModle(this.keyword, this.location, this.key, this.radius, this.type);