RouterConfiguration constructor

const RouterConfiguration({
  1. required List<Page> pages,
  2. AdvancedRouteInformation? internalPath,
  3. AdvancedRouteInformation? nestedPath,
})

Implementation

const RouterConfiguration({
  required this.pages,
  this.internalPath,
  this.nestedPath,
});