isTable property

bool get isTable

Ensure to detect table html tags

Implementation

bool get isTable =>
    ['table', 'tbody', 'thead', 'tfoot', 'tr', 'td'].contains(localName);