Post.empty constructor

const Post.empty()

Implementation

const Post.empty()
    : id = null,
      sender = null,
      recipients = null,
      subject = null,
      body = null,
      createdDateTime = null,
      lastModifiedDateTime = null,
      categories = null,
      changeKey = null,
      hasAttachments = null,
      importance = null,
      conversationId = null,
      conversationThreadId = null;