endOffset property

int get endOffset

Implementation

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

Implementation

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