DecoratedContentEntity(- {required String? appId,
- String? description,
- String? decoratingComponentName,
- String? decoratingComponentId,
- String? contentComponentName,
- String? contentComponentId,
- int? decorationComponentPosition,
- double? percentageDecorationVisible,
- StorageConditionsEntity? conditions}
)
Implementation
DecoratedContentEntity({
required this.appId,
this.description,
this.decoratingComponentName,
this.decoratingComponentId,
this.contentComponentName,
this.contentComponentId,
this.decorationComponentPosition,
this.percentageDecorationVisible,
this.conditions,
});