clone method
Deep clone of this node.
Implementation
@override
MessageReference clone() =>
MessageReference(id.clone(), attribute: attribute?.clone(), span: span);
Deep clone of this node.
@override
MessageReference clone() =>
MessageReference(id.clone(), attribute: attribute?.clone(), span: span);