LinioOptions constructor

const LinioOptions(
  1. LinioLogType type,
  2. LinioLogLevel level,
  3. String tag
)

Implementation

const LinioOptions(
  this.type,
  this.level,
  this.tag,
  // this.log,
  /*this.command*/
);