startOffset property

int startOffset

Implementation

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

Implementation

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