isBreakLine property

bool get isBreakLine

Ensure to detect br html tags

Implementation

bool get isBreakLine => localName == 'br';