needSave property
final
~english Whether to save the retrieved messages to the database:
true: Yes.- (Default)
false:No. ~end
~chinese 获取的消息是否保存到数据库:
true:保存到数据库;- (默认)
false:不保存到数据库。 ~end
Implementation
final bool needSave;
~english Whether to save the retrieved messages to the database:
true: Yes.false:No.
~end~chinese 获取的消息是否保存到数据库:
true:保存到数据库;false:不保存到数据库。
~endfinal bool needSave;