BrPrettyPrinter constructor

const BrPrettyPrinter({
  1. bool showTime = true,
  2. bool showTag = true,
  3. bool useColors = true,
  4. int stackTraceMaxLines = 8,
})

Implementation

const BrPrettyPrinter({
  this.showTime = true,
  this.showTag = true,
  this.useColors = true,
  this.stackTraceMaxLines = 8,
});