EnhancedParser constructor
const
EnhancedParser({})
Implementation
const EnhancedParser({
this.enablePathParams = true,
this.enableQueryParams = true,
this.enableValidation = false,
this.routeAliases,
this.patterns,
this.defaultRoute,
});