get static method

Route get(
  1. String key
)

Implementation

static Route get(String key) {
  return routes[key]!;
}