Dd constructor
Dd([
- 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';
}