findType<T> method

NopListener? findType<T>()

Implementation

NopListener? findType<T>() {
  return _findTypeElement(getAlias(T));
}