PresentationEntity constructor
PresentationEntity({})
Implementation
PresentationEntity({
required this.appId,
this.description,
this.bodyComponents,
this.imageId,
this.imagePositionRelative,
this.imageAlignment,
this.imageWidth,
this.conditions,
});