clone abstract method
dynamic
clone()
Create a copy of this declaration, mainly used on class member inheritance and function arguments passing.
Implementation
dynamic clone();
Create a copy of this declaration, mainly used on class member inheritance and function arguments passing.
dynamic clone();