RouteMapInit constructor

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

Implementation

const RouteMapInit({
  this.generateForDir = const ['lib'],
  this.typeSafe = false,
  this.replaceInRouteName = 'Page|Screen,Route',
});