GoRouterAnnotation constructor

const GoRouterAnnotation({
  1. String routerConfigVariableName = 'router',
  2. String routeVariableName = 'route',
})

Implementation

const GoRouterAnnotation({
  this.routerConfigVariableName = 'router',
  this.routeVariableName = 'route',
});