ConsoleReporter constructor

ConsoleReporter(
  1. IOSink _output, {
  2. bool reportAll = false,
})

Implementation

ConsoleReporter(this._output, {this.reportAll = false});