clone method
Create a copy of this declaration, mainly used on class member inheritance and function arguments passing.
Implementation
@override
HTConstantValue clone() => this;
Create a copy of this declaration, mainly used on class member inheritance and function arguments passing.
@override
HTConstantValue clone() => this;