Checks whether or not a property has been set in this instances' backing.
bool hasValueForProperty(String propertyName) { return backing.contents.containsKey(propertyName); }