mod method

dynamic mod(
  1. dynamic val
)

Implementation

mod(val) {
  return _queryOP(QueryCommandsLiteral.MOD, val);
}