Allow null and undefined in `PropertyValue`
Changed
- Allow null and undefined in PropertyValue f6b33f9
- Primarily means that an array of values can now contain
null
andundefined
and they will be filtered out as if they weren't set
- Primarily means that an array of values can now contain