Element.option constructor
Creates a new <option>
element.
This is equivalent to calling new Element.tag('option')
.
Implementation
factory Element.option() => new Element.tag('option');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <option>
element.
This is equivalent to calling new Element.tag('option')
.
factory Element.option() => new Element.tag('option');