Main constructor
Main([
- String? value
The <main> HTML element represents
the dominant content of the <body> of a document.
Read more...
Implementation
Main([super.value]) {
tag = 'main';
}
The <main> HTML element represents
the dominant content of the <body> of a document.
Read more...
Main([super.value]) {
tag = 'main';
}