MailExportOptions constructor

MailExportOptions({
  1. String? exportFormat,
  2. bool? exportLinkedDriveFiles,
  3. bool? showConfidentialModeContent,
  4. bool? useNewExport,
})

Implementation

MailExportOptions({
  this.exportFormat,
  this.exportLinkedDriveFiles,
  this.showConfidentialModeContent,
  this.useNewExport,
});