isStringElement property

bool isStringElement

Returns true if this element is a TextNode or a DOMElement of tag: sup, i, em, u, b, strong.

Implementation

bool get isStringElement => false;