AutoRouterConfig constructor

const AutoRouterConfig({
  1. String? replaceInRouteName = 'Page|Screen,Route',
  2. bool deferredLoading = false,
  3. List<String> generateForDir = const ['lib'],
  4. bool argsEquality = true,
})

default constructor

Implementation

const AutoRouterConfig({
  this.replaceInRouteName = 'Page|Screen,Route',
  this.deferredLoading = false,
  this.generateForDir = const ['lib'],
  this.argsEquality = true,
});