PendingRoute constructor
PendingRoute(
- AppRouteMatch<
dynamic, RouteParams> ? match, { - bool isPage = true,
Implementation
PendingRoute(this.match, {this.isPage = true});