selectionStart property

int? get selectionStart

Implementation

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

Implementation

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