Returns an object that cloned from the given object, includes the given keys only
Optional
the object to clone
the key names to include
an object that cloned from the given object, includes the given keys only
David Hsing
cloneInclusive({'foo': 'bar'}, ['foo']); Copy
cloneInclusive({'foo': 'bar'}, ['foo']);
Returns an object that cloned from the given object, includes the given keys only