void stepDown([int n])

Source

void stepDown([int n]) {
  if (n != null) {
    _blink.BlinkHTMLInputElement.instance.stepDown_Callback_1_(this, n);
    return;
  }
  _blink.BlinkHTMLInputElement.instance.stepDown_Callback_0_(this);
  return;
}