Section constructor

Section([
  1. String? value
])

The <section> HTML element represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it. Read more...

Implementation

Section([super.value]) {
  tag = 'section';
}