charIndex property

int charIndex

Implementation

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

Implementation

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