tags property Null safety

Set<SemanticsTag>? tags
read / write

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;