withinMiles method Null safety

void withinMiles(
  1. String key,
  2. NCMBGeoPoint geo,
  3. double maxDistance
)

Implementation

void withinMiles(String key, NCMBGeoPoint geo, double maxDistance) {
  setOperand(key, maxDistance, ope: '\$maxDistanceInMiles');
  setOperand(key, geo.toJson(), ope: '\$nearSphere');
}