copy (deep) Objectprivate
Required. You must implement this method to apply this mixin.
Override to return a copy of the receiver. Default implementation raises an exception.
Parameters:
-
deep
Boolean - if `true`, a deep copy of the object should be made
Returns:
-
Object - copy of receiver
Please login to continue.