owner property Null safety
override
The owner for this node (null if unattached).
The entire subtree that this node belongs to will have the same owner.
Implementation
@override
PipelineOwner? get owner => super.owner as PipelineOwner?;
The owner for this node (null if unattached).
The entire subtree that this node belongs to will have the same owner.
@override
PipelineOwner? get owner => super.owner as PipelineOwner?;