has<T> method

  1. @override
bool has<T>()
override

Implementation

@override
bool has<T>() {
  return _registered.containsKey(T);
}