call method
Creates a new instance with of PageRouteInfo
Implementation
PageRouteInfo call({List<PageRouteInfo>? children}) {
return PageRouteInfo(name, initialChildren: children);
}
Creates a new instance with of PageRouteInfo
PageRouteInfo call({List<PageRouteInfo>? children}) {
return PageRouteInfo(name, initialChildren: children);
}