tHead property

Implementation

HTMLTableSectionElement? get tHead => js_util.getProperty(this, 'tHead');
void tHead=(HTMLTableSectionElement? newValue)

Implementation

set tHead(HTMLTableSectionElement? newValue) {
  js_util.setProperty(this, 'tHead', newValue);
}