Checks if a property exists.
Returns true if the property has been set, false otherwise.
bool has(String key) => _properties.containsKey(key);