Cite constructor

Cite([
  1. String? value
])

The <cite> HTML element is used to mark up the title of a cited creative work. Read more...

Implementation

Cite([super.value]) {
  tag = 'cite';
}