Check if a key is a registered computed state
bool isComputed(String key) => _registrations.containsKey(key);