getPath static method

String getPath(
  1. String key
)

Implementation

static String getPath(String key) {
  return _keyedRoutes[key]?.getFullPath() ?? '/';
}