SourceReportRange constructor
- int? scriptIndex,
- int? startPos,
- int? endPos,
- bool? compiled,
- ErrorRef? error,
- SourceReportCoverage? coverage,
- List<
int> ? possibleBreakpoints, - SourceReportCoverage? branchCoverage,
Implementation
SourceReportRange({
this.scriptIndex,
this.startPos,
this.endPos,
this.compiled,
this.error,
this.coverage,
this.possibleBreakpoints,
this.branchCoverage,
});