selectionEnd property

int? selectionEnd

Implementation

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

Implementation

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