PrefixedReporter constructor

const PrefixedReporter(
  1. Reporter reporter,
  2. String prefix
)

Implementation

const PrefixedReporter(this.reporter, this.prefix);