Removes properties with empty string, null and undefined values from the given source and returns a new dictionary.
Dictionary to go through.
Whether to remove values that are empty arrays.
New dictionary with the properties removed.
Removes properties with empty string, null and undefined values from the given source and returns a new dictionary.