Nav constructor

Nav([
  1. String? value
])

The <nav> HTML element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Read more...

Implementation

Nav([super.value]) {
  tag = 'nav';
}