resolve<T> method

T? resolve<T>()

Implementation

T? resolve<T>() {
  return this.resolve(T) as T;
}