CodeCoverage constructor
CodeCoverage({})
Implementation
CodeCoverage({
this.branchCoveragePercentage,
this.branchesCovered,
this.branchesMissed,
this.expired,
this.filePath,
this.id,
this.lineCoveragePercentage,
this.linesCovered,
this.linesMissed,
this.reportARN,
});