Returns true if this property source contains the given name.
true
name
Should check if the underlying source holds a value for the property.
bool containsProperty(String name) => (getProperty(name) != null);