toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final classificationLabelValues = this.classificationLabelValues;
final historyId = this.historyId;
final id = this.id;
final internalDate = this.internalDate;
final labelIds = this.labelIds;
final payload = this.payload;
final raw = this.raw;
final sizeEstimate = this.sizeEstimate;
final snippet = this.snippet;
final threadId = this.threadId;
return {
'classificationLabelValues': ?classificationLabelValues,
'historyId': ?historyId,
'id': ?id,
'internalDate': ?internalDate,
'labelIds': ?labelIds,
'payload': ?payload,
'raw': ?raw,
'sizeEstimate': ?sizeEstimate,
'snippet': ?snippet,
'threadId': ?threadId,
};
}