clone method

  1. @override
HTConstantValue clone()
override

Create a copy of this declaration, mainly used on class member inheritance and function arguments passing.

Implementation

@override
HTConstantValue clone() => this;