charIndex property

int get charIndex

Implementation

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

Implementation

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