PageModel constructor
PageModel({
- required String documentID,
- required String appId,
- String? description,
- String? title,
- AppBarModel? appBar,
- DrawerModel? drawer,
- DrawerModel? endDrawer,
- HomeMenuModel? homeMenu,
- List<
BodyComponentModel> ? bodyComponents, - BackgroundModel? backgroundOverride,
- PageLayout? layout,
- GridViewModel? gridView,
- StorageConditionsModel? conditions,
Implementation
PageModel({
required this.documentID,
required this.appId,
this.description,
this.title,
this.appBar,
this.drawer,
this.endDrawer,
this.homeMenu,
this.bodyComponents,
this.backgroundOverride,
this.layout,
this.gridView,
this.conditions,
});