tags property Null safety
read / write
The SemanticsTag
s 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;
The SemanticsTag
s this node is tagged with.
Tags are used during the construction of the semantics tree. They are not transferred to the engine.
Set<SemanticsTag>? tags;