clone
Returns a copy of this object.
protected
protected clone(): Binding<T>
Notes
- This method is used by other methods to return a new instance of the same type, before adding filters, e.g. not().
Related
- class BindingA class that represents a property binding.