buildState abstract method

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

Gets the state that represent this route match.

Implementation

GoRouterState buildState(
    RouteConfiguration configuration, RouteMatchList matches);