Attachment constructor

Attachment({
  1. AttachmentDataRef? attachmentDataRef,
  2. String? contentName,
  3. String? contentType,
  4. String? downloadUri,
  5. DriveDataRef? driveDataRef,
  6. String? name,
  7. String? source,
  8. String? thumbnailUri,
})

Implementation

Attachment({
  this.attachmentDataRef,
  this.contentName,
  this.contentType,
  this.downloadUri,
  this.driveDataRef,
  this.name,
  this.source,
  this.thumbnailUri,
});