InlinedAttachment constructor

InlinedAttachment({
  1. required File file,
  2. required String contentID,
})

Implementation

InlinedAttachment({
  required this.file,
  required this.contentID,
});