Checks if any data exists for a given route.
Returns:
true
false
bool routeExists(String route) { return _data.containsKey(route); }