ImageModulModel constructor

ImageModulModel({
  1. bool? isSelected,
  2. File? file,
  3. double? currentBrightness,
  4. double? currentHue,
  5. double? currentSaturnation,
  6. String? url,
  7. int? rotation,
  8. File? fileThumbnail,
  9. String? urlThumnail,
  10. String? idAttachment,
})

Implementation

ImageModulModel({
  // this.assetEntity,
  this.isSelected,
  this.file,
  this.currentBrightness,
  this.currentHue,
  this.currentSaturnation,
  this.url,
  this.rotation,
  this.fileThumbnail,
  this.urlThumnail,
  this.idAttachment
});