mod method

void mod(
  1. int value
)

Implementation

void mod(int value) {
  _addExpression("\$mod", [value, 0]);
}