路由别名映射 例如:{'/home': '/', '/profile': '/user/profile'} Route alias mappings such as {'/home': '/'}.
{'/home': '/'}
final Map<String, String>? routeAliases;