isAnchor property

bool get isAnchor

Returns true if this is an anchor element

Implementation

bool get isAnchor => tag == 'a';