ConsoleOutput constructor

ConsoleOutput({
  1. bool useColors = true,
  2. bool showTime = true,
  3. bool detailedTime = false,
})

Implementation

ConsoleOutput({
  this.useColors = true,
  this.showTime = true,
  this.detailedTime = false,
});