isStrong property

bool get isStrong

Ensure to detect bold html tags

Implementation

bool get isStrong => localName == 'strong' || localName == 'b';