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