TypedStatefulShellRoute<T extends StatefulShellRouteData> constructor

const TypedStatefulShellRoute<T extends StatefulShellRouteData>({
  1. List<TypedStatefulShellBranch<StatefulShellBranchData>> branches = const <TypedStatefulShellBranch<StatefulShellBranchData>>[],
})

Default const constructor

Implementation

const TypedStatefulShellRoute({
  this.branches = const <TypedStatefulShellBranch<StatefulShellBranchData>>[],
});