获取路由名称
static String getRouteName(Route? route) { return route?.settings.name ?? Constants.unknown; }