String inferPath(String className) { final base = _stripRouteSuffix(className); return '/${_toKebab(base)}'; }