start property
int
get
start
Implementation
int get start => js_util.getProperty(this, 'start');
set
start
(int newValue)
Implementation
set start(int newValue) {
js_util.setProperty(this, 'start', newValue);
}