BrSimplePrinter constructor

const BrSimplePrinter({
  1. bool showTime = false,
  2. bool showTag = true,
})

Implementation

const BrSimplePrinter({
  this.showTime = false,
  this.showTag = true,
});