tFoot property

Implementation

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