withinRadians method Null safety

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

Implementation

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