Removes a property from backing.
This will remove a value from the backing map.
void removePropertyFromBackingMap(String propertyName) { backing.removeProperty(propertyName); }