GeoBoxQuery constructor

GeoBoxQuery({
  1. required GeoPoint topLeft,
  2. required GeoPoint bottomRight,
  3. required String field,
})

Implementation

GeoBoxQuery({
  required this.topLeft,
  required this.bottomRight,
  required this.field,
});