has<T extends Object> method
Checks if a service of the given type exists in this context
Implementation
bool has<T extends Object>() => _services.containsKey(T);
Checks if a service of the given type exists in this context
bool has<T extends Object>() => _services.containsKey(T);