NestedRoute<ParentT extends BaseRoute, SelfT extends NestedRoute<ParentT, SelfT>> constructor

const NestedRoute<ParentT extends BaseRoute, SelfT extends NestedRoute<ParentT, SelfT>>(
  1. ParentT _parent,
  2. String _routeName, [
  3. String _routePath = ''
])

Implementation

const NestedRoute(this._parent, this._routeName, [this._routePath = ''])
    : super();