CheckResults constructor

CheckResults({
  1. List<CheckResult>? results,
})

Implementation

CheckResults({
  this.results,
});