isSpan property

bool get isSpan

Ensure to detect span html tags

Implementation

bool get isSpan => localName == 'span';