GeoDistanceQuery constructor

GeoDistanceQuery(
  1. {required GeoPoint center,
  2. required String radius,
  3. required String field}
)

Implementation

GeoDistanceQuery({
  required this.center,
  required this.radius,
  required this.field,
});