Accepts a visitor.
@override void accept(Visitor fn) { from = from?.visit(fn); to = to?.visit(fn); times = times?.visit(fn); body = body.visit(fn); }