turnOffLog property

set turnOffLog (bool value)

设置是否关闭日志

Implementation

set turnOffLog(bool value) {
  _turnOffLog = value;
}