RouteGenerator constructor

RouteGenerator({
  1. required List<String> routes,
  2. String routeFile = 'example/routes.dart',
})

Implementation

RouteGenerator({
  required this.routes,
  this.routeFile = 'example/routes.dart',
});