isComputed method

bool isComputed(
  1. String key
)

Check if a key is a registered computed state

Implementation

bool isComputed(String key) => _registrations.containsKey(key);