get<T extends Object> method

(void Function(T node)?) get<T extends Object>()

Implementation

void Function(T node)? get<T extends Object>() {
  return _handlers[T] as void Function(T node)?;
}