stepUp method

void stepUp([
  1. int? n = 1
])

Implementation

void stepUp([int? n = 1]) => js_util.callMethod(this, 'stepUp', [n]);