DeepLink constructor

const DeepLink(
  1. List<PageRouteInfo<Object?>> routes, {
  2. bool navigate,
})

Builds a deep-link from a list of PageRouteInfs

Implementation

const factory DeepLink(List<PageRouteInfo> routes, {bool navigate}) = _RoutesDeepLink;