AttachmentFile constructor
AttachmentFile({
- required File file,
- required AttachmentType type,
Implementation
AttachmentFile({required this.file, required this.type});