hasRouteName method

bool hasRouteName(
  1. String routeName
)

Implementation

bool hasRouteName(String routeName){
  return _routeList.contains(routeName);
}