Create a new object with only the specified properties of the given object.
if null is passed as the object, an empty object will be returned.
null
The object to pick properties from
The properties to pick
A new object with only the specified properties
Create a new object with only the specified properties of the given object.