Returns the full path including route name and path
@override String get path => _routePath.isEmpty ? basePath : BaseRoute.joinPaths(basePath, _routePath);