clone abstract method
Creates a copy of this IteratingBatchNode.
Subclasses must implement this to support cloning.
Implementation
@override
/// Creates a copy of this [IteratingBatchNode].
///
/// Subclasses must implement this to support cloning.
IteratingBatchNode<I, O> clone();