DynamicWidgetEntity constructor

DynamicWidgetEntity({
  1. required String? appId,
  2. String? description,
  3. String? content,
  4. BackgroundEntity? background,
  5. StorageConditionsEntity? conditions,
})

Implementation

DynamicWidgetEntity({
  required this.appId,
  this.description,
  this.content,
  this.background,
  this.conditions,
});