Dfn constructor

Dfn([
  1. String? value
])

The <dfn> HTML element is used to indicate the term being defined within the context of a definition phrase or sentence. Read more...

Implementation

Dfn([super.value]) {
  tag = 'dfn';
}