LinioOptions constructor

LinioOptions(
  1. LinioLogType type,
  2. LinioLogLevel level,
  3. String tag,
  4. dynamic log,
  5. ArgResults command,
)

Implementation

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