start property

int start

Implementation

int get start => js_util.getProperty(this, 'start');
void start=(int newValue)

Implementation

set start(int newValue) {
  js_util.setProperty(this, 'start', newValue);
}