Map<String, String> get params { final args = settings?.arguments; if (args is PageSettings) { return args.params; } else { return {}; } }