has<T extends Object> abstract method

bool has<T extends Object>({
  1. String? name,
})

Checks if the instance of the specified Object type is registered in the DI container.

Implementation

bool has<T extends Object>({String? name});