B constructor

B([
  1. String? value
])

The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. Read more...

Implementation

B([super.value]) {
  tag = 'b';
}