index property

int index

Implementation

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

Implementation

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