SimplePrinter constructor

SimplePrinter({
  1. bool printTime = false,
  2. bool colors = true,
})

Implementation

SimplePrinter({this.printTime = false, this.colors = true});