PipelineOwnerVisitor typedef
Signature for the callback to PipelineOwner.visitChildren.
The argument is the child being visited.
Implementation
typedef PipelineOwnerVisitor = void Function(PipelineOwner child);
Signature for the callback to PipelineOwner.visitChildren.
The argument is the child being visited.
typedef PipelineOwnerVisitor = void Function(PipelineOwner child);