incrementI method Null safety

Value incrementI(
  1. int by
)

Gives value after increment

Implementation

Value incrementI(int by) {
  return _indexValue = _model.signMode.increment(helper68, _indexValue, by);
}