LogConfig constructor

const LogConfig({
  1. String saveDirPath = '',
  2. int maxCacheDays = 0,
  3. String fileNamePrefix = '',
  4. String publicKey = '',
})

Implementation

const LogConfig({
  this.saveDirPath = '',
  this.maxCacheDays = 0,
  this.fileNamePrefix = '',
  this.publicKey = '',
});