Element.nav constructor - Element - dart:html library (original) (raw)
Element.nav()
Creates a new <nav>
element.
This is equivalent to calling new Element.tag('nav')
.
Implementation
factory Element.nav() => new Element.tag('nav');
Element.nav()
Creates a new <nav>
element.
This is equivalent to calling new Element.tag('nav')
.
factory Element.nav() => new Element.tag('nav');