endOffset property

int endOffset

Implementation

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

Implementation

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