Record constructor
Record(
- String sourceFile, {
- BranchCoverage? branches,
- FunctionCoverage? functions,
- LineCoverage? lines,
Creates a new record with the specified source file.
Implementation
Record(this.sourceFile, {this.branches, this.functions, this.lines});