isTagged method

bool isTagged (SemanticsTag tag)

Whether this node is tagged with tag.

Implementation

bool isTagged(SemanticsTag tag) => tags != null && tags.contains(tag);