Deep clone of this node.
@override Pattern clone() => Pattern([for (final e in elements) e.clone()], span: span);