Dl constructor

Dl([
  1. String? value
])

The <dl> HTML element represents a description list. Read more...

Implementation

Dl([super.value]) {
  tag = 'dl';
}