Q constructor

Q([
  1. String? value
])

The <q> HTML element indicates that the enclosed text is a short inline quotation. Read more...

Implementation

Q([super.value]) {
  tag = 'q';
}