DialogEntity constructor
DialogEntity({
- required String? appId,
- String? title,
- String? description,
- List<
BodyComponentEntity> ? bodyComponents, - BackgroundEntity? backgroundOverride,
- int? layout,
- bool? includeHeading,
- String? gridViewId,
- StorageConditionsEntity? conditions,
Implementation
DialogEntity({
required this.appId,
this.title,
this.description,
this.bodyComponents,
this.backgroundOverride,
this.layout,
this.includeHeading,
this.gridViewId,
this.conditions,
});