JsonReporter constructor

JsonReporter({
  1. String path = './report.json',
  2. WriteReportCallback? writeReport,
})

Implementation

JsonReporter({
  this.path = './report.json',
  this.writeReport,
}) : _features = [];