stepDown method

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

Implementation

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