NopRouteMain constructor

const NopRouteMain({
  1. String className = '',
  2. List<RouteItem> pages = const [],
  3. bool private = true,
  4. bool genKey = false,
  5. String rootName = 'root',
  6. String pathName = '',
  7. required Type main,
  8. List<Type> list = const [],
  9. List<Type> groupList = const [],
})

Implementation

const NopRouteMain({
  this.className = '',
  this.pages = const [],
  this.private = true,
  this.genKey = false,
  this.rootName = 'root',
  this.pathName = '',
  required this.main,
  this.list = const [],
  this.groupList = const [],
});