inc method

void inc(
  1. Map<String, num> values
)

Implementation

void inc(Map<String, num> values) {
  _addExpression("\$inc", values);
}