GmailMessageInfo constructor

GmailMessageInfo({
  1. List<String>? attachmentsSha256Hash,
  2. String? date,
  3. String? md5HashMessageBody,
  4. String? md5HashSubject,
  5. String? messageBodySnippet,
  6. String? messageId,
  7. String? recipient,
  8. String? subjectText,
})

Implementation

GmailMessageInfo({
  this.attachmentsSha256Hash,
  this.date,
  this.md5HashMessageBody,
  this.md5HashSubject,
  this.messageBodySnippet,
  this.messageId,
  this.recipient,
  this.subjectText,
});