GoRouterState constructor
const
GoRouterState(})
Default constructor for creating route state during routing.
Implementation
const GoRouterState(
this._configuration, {
required this.uri,
required this.matchedLocation,
this.name,
this.path,
required this.fullPath,
required this.pathParameters,
this.extra,
this.error,
required this.pageKey,
this.topRoute,
});