AppCreateInitialised constructor

AppCreateInitialised(
  1. AppModel appModel,
  2. List<PageModel> pages,
  3. List<DialogModel> dialogs,
  4. List<WorkflowModel> workflows,
  5. List<AppPolicyModel> policies,
  6. HomeMenuModel homeMenuModel,
  7. AppBarModel appBarModel,
  8. DrawerModel leftDrawerModel,
  9. DrawerModel rightDrawerModel,
)

Implementation

AppCreateInitialised(
  this.appModel,
  this.pages,
  this.dialogs,
  this.workflows,
  this.policies,
  this.homeMenuModel,
  this.appBarModel,
  this.leftDrawerModel,
  this.rightDrawerModel,
);