Deep clone of this node.
@override Term clone() => Term( id: id.clone(), value: value.clone(), attributes: [for (final a in attributes) a.clone()], comment: comment?.clone(), span: span, );