isRegistered<T> method

bool isRegistered<T>()

Implementation

bool isRegistered<T>() {
  return _factories.containsKey(T);
}