isParagraph property

bool get isParagraph

Ensure to detect p html tags

Implementation

bool get isParagraph => localName == 'p';