inc method

dynamic inc(
  1. dynamic val
)

Implementation

inc(val) {
  return _updateOP(UpdateCommandsLiteral.INC, val);
}