NestedRoute<ParentT extends BaseRoute, SelfT extends NestedRoute<ParentT, SelfT> > constructor
const
NestedRoute<ParentT extends BaseRoute, SelfT extends NestedRoute<ParentT, SelfT> > (])
Implementation
const NestedRoute(this._parent, this._routeName, [this._routePath = ''])
: super();