Get route parameters
Map<String, String> get params => context['params'] as Map<String, String>? ?? {};