isTagged method
- SemanticsTag tag
Whether this node is tagged with tag
.
Implementation
bool isTagged(SemanticsTag tag) => tags != null && tags!.contains(tag);
Whether this node is tagged with tag
.
bool isTagged(SemanticsTag tag) => tags != null && tags!.contains(tag);