PresentationModel constructor
PresentationModel({
- required String documentID,
- required String appId,
- String? description,
- List<
BodyComponentModel> ? bodyComponents, - PlatformMediumModel? image,
- PresentationRelativeImagePosition? imagePositionRelative,
- PresentationImageAlignment? imageAlignment,
- double? imageWidth,
- StorageConditionsModel? conditions,
Implementation
PresentationModel({
required this.documentID,
required this.appId,
this.description,
this.bodyComponents,
this.image,
this.imagePositionRelative,
this.imageAlignment,
this.imageWidth,
this.conditions,
});