XrayLog constructor

const XrayLog({
  1. String access = '',
  2. String error = '',
  3. String logLevel = 'error',
  4. bool dnsLog = false,
})

Implementation

const XrayLog({
  this.access = '',
  this.error = '',
  this.logLevel = 'error',
  this.dnsLog = false,
});