Source
@DomName('HTMLInputElement.selectionStart') @DocsEditable() int get selectionStart => _blink.BlinkHTMLInputElement.instance.selectionStart_Getter_(this);
Source
@DomName('HTMLInputElement.selectionStart') @DocsEditable() set selectionStart(int value) => _blink.BlinkHTMLInputElement.instance.selectionStart_Setter_(this, value);