routeData property

  1. @override
RouteData routeData
override

The data of the parent route

Implementation

@override
RouteData get routeData => RouteData(
      router: this,
      type: const RouteType.material(),
      stackKey: _stackKey,
      route: RouteMatch(
        config: DummyRootRoute('Root', path: ''),
        segments: const [''],
        stringMatch: '',
        key: const ValueKey('Root'),
      ),
      pendingChildren: const [],
    );