routePath property

  1. @override
String get routePath
override

The path and route to navigate to this page

Implementation

@override
String get routePath {
  assert(navTargets.isNotEmpty);
  return navTargets[0]._body.routeName;
}