index property

int get index

Implementation

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

Implementation

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