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