Message constructor

Message({
  1. List<ClassificationLabelValue>? classificationLabelValues,
  2. String? historyId,
  3. String? id,
  4. String? internalDate,
  5. List<String>? labelIds,
  6. MessagePart? payload,
  7. String? raw,
  8. int? sizeEstimate,
  9. String? snippet,
  10. String? threadId,
})

Implementation

Message({
  this.classificationLabelValues,
  this.historyId,
  this.id,
  this.internalDate,
  this.labelIds,
  this.payload,
  this.raw,
  this.sizeEstimate,
  this.snippet,
  this.threadId,
});