isLink property

bool isLink

is true, iff the node is an "a" node

Implementation

bool get isLink => hasTagInPath("a");