ReverseQuery constructor

ReverseQuery({
  1. required Location location,
  2. List<PlaceType>? types,
  3. int? limit,
  4. bool? permanent,
  5. String? language,
})

Implementation

ReverseQuery({
  required this.location,
  this.types,
  this.limit,
  this.permanent,
  this.language,
});