DividerEntity constructor

DividerEntity({
  1. required String? appId,
  2. String? description,
  3. RgbEntity? color,
  4. double? height,
  5. double? thickness,
  6. double? indent,
  7. double? endIndent,
  8. StorageConditionsEntity? conditions,
})

Implementation

DividerEntity({
  required this.appId,
  this.description,
  this.color,
  this.height,
  this.thickness,
  this.indent,
  this.endIndent,
  this.conditions,
});