BoundsCheckSummary constructor

BoundsCheckSummary({
  1. required String functionName,
  2. required List<BoundsCheckResult> results,
})

Implementation

BoundsCheckSummary({
  required this.functionName,
  required this.results,
});