CompositeReporter constructor

const CompositeReporter(
  1. List<Reporter> reporters
)

Creates a composite reporter that delegates to the provided reporters.

Implementation

const CompositeReporter(this.reporters);