CodeCoverageReportSummary constructor
CodeCoverageReportSummary({})
Implementation
CodeCoverageReportSummary({
this.branchCoveragePercentage,
this.branchesCovered,
this.branchesMissed,
this.lineCoveragePercentage,
this.linesCovered,
this.linesMissed,
});