PageEntity constructor
PageEntity({
- required String? appId,
- String? description,
- String? title,
- String? appBarId,
- String? drawerId,
- String? endDrawerId,
- String? homeMenuId,
- List<
BodyComponentEntity> ? bodyComponents, - BackgroundEntity? backgroundOverride,
- int? layout,
- String? gridViewId,
- StorageConditionsEntity? conditions,
Implementation
PageEntity({
required this.appId,
this.description,
this.title,
this.appBarId,
this.drawerId,
this.endDrawerId,
this.homeMenuId,
this.bodyComponents,
this.backgroundOverride,
this.layout,
this.gridViewId,
this.conditions,
});