BoundsCheckSummary constructor
BoundsCheckSummary({
- required String functionName,
- required List<
BoundsCheckResult> results,
Implementation
BoundsCheckSummary({
required this.functionName,
required this.results,
});