queryIndex property

int queryIndex

Implementation

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

Implementation

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