buildState method

  1. @override
GoRouterState buildState(
  1. RouteConfiguration configuration,
  2. RouteMatchList matches
)
override

Gets the state that represent this route match.

Implementation

@override
GoRouterState buildState(
    RouteConfiguration configuration, RouteMatchList matches) {
  return super.buildState(configuration, this.matches);
}