owner property
The owner for this node (null if unattached).
The entire semantics tree that this node belongs to will have the same owner.
Implementation
SemanticsOwner? get owner => _owner;
The owner for this node (null if unattached).
The entire semantics tree that this node belongs to will have the same owner.
SemanticsOwner? get owner => _owner;