U constructor

U([
  1. String? value
])

The <u> HTML element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. Read more...

Implementation

U([super.value]) {
  tag = 'u';
}