isTagged method Null safety
- 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);