Dart API Reference
dart:html
OptionElement
OptionElement
OptionElement
constructor
OptionElement
(
{
String
data
:
''
,
String
value
:
''
,
bool
selected
:
false
}
)