AttachmentProgress constructor

AttachmentProgress({
  1. required String id,
  2. required double progress,
})

Implementation

AttachmentProgress({required this.id, required this.progress});