PageBuilder constructor
PageBuilder(
- String uniqueId,
- String pageId,
- AppModel app,
- String memberId,
- HomeMenuModel theHomeMenu,
- AppBarModel theAppBar,
- DrawerModel leftDrawer,
- DrawerModel rightDrawer,
Implementation
PageBuilder(
this.uniqueId,
this.pageId,
this.app,
this.memberId,
this.theHomeMenu,
this.theAppBar,
this.leftDrawer,
this.rightDrawer,
);