Dt constructor

Dt([
  1. String? value
])

The <dt> HTML element specifies a term in a description or definition list, and as such must be used inside a <dl> element. Read more...

Implementation

Dt([super.value]) {
  tag = 'dt';
}