route method

  1. @override
RouteBase route()
inherited

Creates the GoRoute for this navigable widget

Implementation

@override
RouteBase route() {
  return _route(
    parentNavigatorKey,
    routeName,
    routePath,
    childRoutes,
    pageBuilder,
    redirect,
    this,
  );
}