RouterMain constructor
const
RouterMain({})
Implementation
const RouterMain({
this.name = '',
this.className = '',
this.restorationId,
this.navClassName = '',
this.classToNameReg = '',
required this.page,
this.pages = const [],
this.pageBuilder,
this.genKey = false,
this.private = true,
this.redirectFn,
this.errorBuilder,
}) : groupList = const [];