containsProperty method
Returns true
if this property source contains the given name
.
Should check if the underlying source holds a value for the property.
Implementation
@override
bool containsProperty(String name) => getPropertyNames().contains(name);