Element.option constructor
Element.option()
Creates a new <option> element.
This is equivalent to calling new Element.tag('option').
Implementation
factory Element.option() = OptionElement;
Creates a new <option> element.
This is equivalent to calling new Element.tag('option').
factory Element.option() = OptionElement;