selectionEnd property
int
get
selectionEnd
Implementation
int get selectionEnd => js_util.getProperty(this, 'selectionEnd');
set
selectionEnd
(int newValue)
Implementation
set selectionEnd(int newValue) {
js_util.setProperty(this, 'selectionEnd', newValue);
}