FRouteInformation.path constructor
FRouteInformation.path(
- PathRouteSettings page, {
- String? debugLabel,
Implementation
FRouteInformation.path(PathRouteSettings page, {this.debugLabel})
: name = page.name,
location = page.location!,
isRecognized = page.resolvedPathOrName != null,
isExternal = true;