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