PageBuilder constructor

PageBuilder(
  1. String uniqueId,
  2. String pageId,
  3. AppModel app,
  4. String memberId,
  5. HomeMenuModel theHomeMenu,
  6. AppBarModel theAppBar,
  7. DrawerModel leftDrawer,
  8. DrawerModel rightDrawer,
)

Implementation

PageBuilder(
  this.uniqueId,
  this.pageId,
  this.app,
  this.memberId,
  this.theHomeMenu,
  this.theAppBar,
  this.leftDrawer,
  this.rightDrawer,
);