TypedStatefulShellBranch<T extends StatefulShellBranchData> constructor

const TypedStatefulShellBranch<T extends StatefulShellBranchData>({
  1. List<TypedRoute<RouteData>> routes = const <TypedRoute<RouteData>>[],
})

Default const constructor

Implementation

const TypedStatefulShellBranch({
  this.routes = const <TypedRoute<RouteData>>[],
});