DeepLink constructor
const
DeepLink(
- List<
PageRouteInfo< routes, {Object?> >
Builds a deep-link from a list of PageRouteInf
s
Implementation
const factory DeepLink(List<PageRouteInfo> routes, {bool navigate}) = _RoutesDeepLink;