isTable property
bool
get
isTable
Ensure to detect table html tags
Implementation
bool get isTable =>
['table', 'tbody', 'thead', 'tfoot', 'tr', 'td'].contains(localName);
Ensure to detect table html tags
bool get isTable =>
['table', 'tbody', 'thead', 'tfoot', 'tr', 'td'].contains(localName);