NPage constructor
NPage({
- bool isPrimary = false,
- String path = '/',
- List<
NPage> pages = const [], - required PageBuilder pageBuilder,
- bool useGroupId = false,
- RedirectBuilder? redirectBuilder,
- List<
Type> groupList = const [],
Implementation
NPage({
this.isPrimary = false,
this.path = '/',
this.pages = const [],
required this.pageBuilder,
this.useGroupId = false,
this.redirectBuilder,
this.groupList = const [],
});