NavigationParams constructor
const
NavigationParams({})
Implementation
const NavigationParams({
this.queryParameters = const {},
this.fragment = '',
this.reload = false,
this.replace = false,
this.updateUrl = true,
});