ResolvedRoute constructor
const
ResolvedRoute({})
Implementation
const ResolvedRoute({
required this.target,
required this.path,
required this.fragment,
this.name,
this.groupName,
this.viewIndex,
this.history = true,
this.params = const {},
});