path property

  1. @override
String get path
override

Returns the full path including route name and path

Implementation

@override
String get path =>
    _routePath.isEmpty ? basePath : BaseRoute.joinPaths(basePath, _routePath);