Tr constructor

Tr([
  1. String? value
])

The <tr> HTML element defines a row of cells in a table. Read more...

Implementation

Tr([super.value]) {
  tag = 'tr';
}