tHead property

Implementation

TableSectionElement get tHead => children
    .whereType<TableSectionElement>()
    .firstWhere((e) => e.tagName.toLowerCase() == 'thead');