AdapterConfig constructor

const AdapterConfig({
  1. List<String> deriveFrom = const ['go_router', 'auto_route'],
  2. List<String> include = const ['lib/**'],
  3. bool fromBuilder = false,
})

Implementation

const AdapterConfig({
  this.deriveFrom = const ['go_router', 'auto_route'],
  this.include = const ['lib/**'],
  this.fromBuilder = false,
});