AttachmentFile constructor

AttachmentFile({
  1. required File file,
  2. required AttachmentType type,
})

Implementation

AttachmentFile({required this.file, required this.type});