needSave property

bool needSave
final

获取的消息是否保存到数据库:

  • true:保存到数据库;
  • (默认)false:不保存到数据库。

Implementation

final bool needSave;