DecoratedContentEntity constructor

DecoratedContentEntity({
  1. required String? appId,
  2. String? description,
  3. String? decoratingComponentName,
  4. String? decoratingComponentId,
  5. String? contentComponentName,
  6. String? contentComponentId,
  7. int? decorationComponentPosition,
  8. double? percentageDecorationVisible,
  9. StorageConditionsEntity? conditions,
})

Implementation

DecoratedContentEntity({
  required this.appId,
  this.description,
  this.decoratingComponentName,
  this.decoratingComponentId,
  this.contentComponentName,
  this.contentComponentId,
  this.decorationComponentPosition,
  this.percentageDecorationVisible,
  this.conditions,
});