ArchiveSummaryUpdate constructor

ArchiveSummaryUpdate({
  1. String? thumbnailMimeType,
  2. Uint8List? thumbnail,
  3. String? descInfo,
  4. int? currentProgress,
  5. int? activeTime,
})

Implementation

ArchiveSummaryUpdate({
  this.thumbnailMimeType,
  this.thumbnail,
  this.descInfo,
  this.currentProgress,
  this.activeTime,
});