IndexRoute constructor

const IndexRoute({
  1. List<PageRouteInfo<Object?>>? children,
})

Implementation

const IndexRoute({List<_i5.PageRouteInfo>? children})
    : super(IndexRoute.name, initialChildren: children);