PrettyFormater constructor

PrettyFormater({
  1. bool showColors = true,
  2. bool useSymbols = true,
})

Implementation

PrettyFormater({
  this.showColors = true,
  this.useSymbols = true,
});