Message.empty constructor

const Message.empty()

Implementation

const Message.empty()
    : id = null,
      subject = null,
      bodyPreview = null,
      hasAttachments = null,
      importance = null,
      receivedDateTime = null,
      sentDateTime = null,
      sender = null,
      from = null,
      toRecipients = null,
      ccRecipients = null,
      bccRecipients = null,
      body = null,
      isRead = null,
      followupFlag = null;