isDivBlock property

bool get isDivBlock

Ensure to detect div html tags

Implementation

bool get isDivBlock => localName == 'div';