isDivBlock property
bool
get
isDivBlock
Ensure to detect div html tags
Implementation
bool get isDivBlock => localName == 'div';
Ensure to detect div html tags
bool get isDivBlock => localName == 'div';