FRouteInformation.external constructor

FRouteInformation.external(
  1. Route? route, {
  2. String? debugLabel,
})

Implementation

FRouteInformation.external(Route? route, {this.debugLabel})
    : location = "/${uuid()}",
      isExternal = true,
      isRecognized = false,
      name = route?.settings.name;