hasRoute static method

bool hasRoute(
  1. String id
)

Implementation

static bool hasRoute(String id) {
  return _routes.containsKey(id);
}