Returns an object that cloned from the given object, excludes all the given keys
Optional
the object to clone
the key names to exclude
an object that cloned from the given object, excludes all the given keys
cloneExclusive({'foo': 'bar'}, ['foo']); Copy
cloneExclusive({'foo': 'bar'}, ['foo']);
Returns an object that cloned from the given object, excludes all the given keys