CheckResult constructor

CheckResult({
  1. AllowlistResult? allowlistResult,
  2. String? displayName,
  3. EvaluationResult? evaluationResult,
  4. String? explanation,
  5. String? index,
  6. String? type,
})

Implementation

CheckResult({
  this.allowlistResult,
  this.displayName,
  this.evaluationResult,
  this.explanation,
  this.index,
  this.type,
});