@param key The feature key returns true if the feature key exists, otherwise false
bool exists(String key) { return feature(key).exists; }