findType method

NopListener? findType(
  1. Type t
)

Implementation

NopListener? findType(Type t) {
  return getTypeOrNullDefault(t, this);
}