get<T extends Dependency> method

T get<T extends Dependency>()

Implementation

T get<T extends Dependency>() {
  return this[T] as T;
}