PendingRoute constructor

PendingRoute(
  1. AppRouteMatch<dynamic, RouteParams>? match, {
  2. bool isPage = true,
})

Implementation

PendingRoute(this.match, {this.isPage = true});