Dd constructor

Dd([
  1. String? value
])

The <dd> HTML element provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>). Read more...

Implementation

Dd([super.value]) {
  tag = 'dd';
}