containsKey method

bool containsKey(
  1. String key
)

Helper to check if a route name exists inside of _routesMap

Implementation

bool containsKey(String key) => _routesMap.containsKey(key);