isLink property

bool get isLink

Ensure to detect a html tags

Implementation

bool get isLink => localName == 'a';