step property

String step

Implementation

String get step => js_util.getProperty(this, 'step');
void step=(String newValue)

Implementation

set step(String newValue) {
  js_util.setProperty(this, 'step', newValue);
}