RouteInfo constructor
const
RouteInfo({})
Implementation
const RouteInfo({
required this.path,
required this.name,
this.parameters = const {},
this.queryParameters = const {},
});
const RouteInfo({
required this.path,
required this.name,
this.parameters = const {},
this.queryParameters = const {},
});