FRouteInformation.path constructor

FRouteInformation.path(
  1. PathRouteSettings page, {
  2. String? debugLabel,
})

Implementation

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