You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PropertyValue wraps a value returned by Property and specifies whether it was "fully valid" in the resource, but a false cannot be distinguished whether it comes from the resource (with errors) or if the default value had to be used.
For migrations, it's important to know whether there is a value (fully valid or not) in the resource. "Fully valid" in that case makes it misleading and it is not possible to answer this question besides extending BaseProperty to make getFromReader public, which is ugly.