NopRouteMain constructor
const
NopRouteMain({})
Implementation
const NopRouteMain({
this.className = '',
this.pages = const [],
this.private = true,
this.debugEnabled = true,
this.genKey = false,
this.rootName = 'root',
this.pathName = '',
required this.main,
@Deprecated('will be removed.') this.list = const [],
this.groupList = const [],
});