Check if state exists with namespace
bool hasStateWithNamespace(String namespace, String key) => _state.containsKey('$namespace:$key');