deleteTFoot method

void deleteTFoot()

Implementation

void deleteTFoot() {
  children.removeWhere((e) => e._lowerCaseTagName == 'tfoot');
}