hasHandler<TRequest> method

bool hasHandler<TRequest>()

Implementation

bool hasHandler<TRequest>() {
  return _handlers.containsKey(TRequest);
}