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