isRequestScoped<T extends Object> method
Whether T was registered with registerRequestScoped.
Implementation
bool isRequestScoped<T extends Object>() => _requestScoped.containsKey(T);
Whether T was registered with registerRequestScoped.
bool isRequestScoped<T extends Object>() => _requestScoped.containsKey(T);