near method Null safety

void near(
  1. String key,
  2. NCMBGeoPoint geo
)

Implementation

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