selectedIndex property

int selectedIndex

Source

@DomName('HTMLSelectElement.selectedIndex')
@DocsEditable()
int get selectedIndex =>
    _blink.BlinkHTMLSelectElement.instance.selectedIndex_Getter_(this);
void selectedIndex=(int value)

Source

@DomName('HTMLSelectElement.selectedIndex')
@DocsEditable()
set selectedIndex(int value) =>
    _blink.BlinkHTMLSelectElement.instance.selectedIndex_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SelectElement/selectedIndex.html