clone method

  1. @override
MessageReference clone()
override

Deep clone of this node.

Implementation

@override
MessageReference clone() =>
    MessageReference(id.clone(), attribute: attribute?.clone(), span: span);