ResolvedRouteInfo constructor
ResolvedRouteInfo({})
Implementation
ResolvedRouteInfo({
required this.info,
required this.navigableFullPath,
required this.parentNavigablePath,
required this.fullRequiredParams,
required this.fullOptionalParams,
});