findType<T> method

T? findType<T>()

Implementation

T? findType<T>() {
  return Nop.findwithContext(this);
}