AttachmentProgress constructor Null safety

AttachmentProgress(
  1. {required String uuid,
  2. required int total,
  3. required int transferred}
)

Implementation

AttachmentProgress(
    {required this.uuid, required this.total, required this.transferred});