CliReporter constructor
const
CliReporter({
- 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});