FunctionCoverage constructor
FunctionCoverage({
- required String functionName,
- required List<
CoverageRange> ranges, - required bool isBlockCoverage,
Implementation
FunctionCoverage(
{required this.functionName,
required this.ranges,
required this.isBlockCoverage});