LocationQueryParams constructor

LocationQueryParams({
  1. String? kszam,
  2. int? pkod,
  3. double treshold = 15.0,
  4. bool multi = false,
})

Implementation

LocationQueryParams({
  this.kszam,
  this.pkod,
  this.treshold = 15.0,
  this.multi = false,
});