CliReporter constructor

const CliReporter({
  1. bool verbose = false,
})

Creates a CliReporter.

Set verbose to true to include extended signal details and zero-risk signals in the output.

Implementation

const CliReporter({this.verbose = false});