isUnderline property

bool get isUnderline

Ensure to detect underline html tags

Implementation

bool get isUnderline => localName == 'ins' || localName == 'u';