LocationQuery constructor

LocationQuery({
  1. int? limit,
  2. int? offset,
  3. int? page,
  4. int? order,
})

Implementation

LocationQuery({this.limit, this.offset, this.page, this.order});