Returns true if a handler with name is registered.
name
bool contains(String name) => _handlers.containsKey(name);