mul method

void mul(
  1. Map<String, num> map
)

Implementation

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