CoverageAnalytics constructor

CoverageAnalytics({
  1. required String projectPath,
  2. bool verbose = false,
})

Implementation

CoverageAnalytics({
  required this.projectPath,
  this.verbose = false,
});