Post constructor
Post({})
Implementation
Post({
this.id,
this.sender,
this.recipients,
this.subject,
this.body,
this.createdDateTime,
this.lastModifiedDateTime,
this.categories,
this.changeKey,
this.hasAttachments,
this.importance,
this.conversationId,
this.conversationThreadId,
});