Main constructor

Main([
  1. String? value
])

The <main> HTML element represents the dominant content of the <body> of a document. Read more...

Implementation

Main([super.value]) {
  tag = 'main';
}