tags property

Set<SemanticsTag>? tags
getter/setter pair

The SemanticsTags this node is tagged with.

Tags are used during the construction of the semantics tree. They are not transferred to the engine.

Implementation

Set<SemanticsTag>? tags;