Checks if a property with the given id exists in the store.
Usage: if ("featureName" in store) { ... }
if ("featureName" in store) { ... }
true if a property with the given id exists, false otherwise
true
false
the id of the property to check