FRouteInformation.page constructor

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

Implementation

FRouteInformation.page(Page page, {this.debugLabel})
    : location = page.name,
      isExternal = false,
      isRecognized = true,
      name = page.name;