Abbr constructor

Abbr([
  1. String? value
])

The <abbr> HTML element represents an abbreviation or acronym. Read more...

Implementation

Abbr([super.value]) {
  tag = 'abbr';
}