DialogModel constructor
DialogModel({
- required String documentID,
- required String appId,
- String? title,
- String? description,
- List<
BodyComponentModel> ? bodyComponents, - BackgroundModel? backgroundOverride,
- DialogLayout? layout,
- bool? includeHeading,
- GridViewModel? gridView,
- StorageConditionsModel? conditions,
Implementation
DialogModel({
required this.documentID,
required this.appId,
this.title,
this.description,
this.bodyComponents,
this.backgroundOverride,
this.layout,
this.includeHeading,
this.gridView,
this.conditions,
});