CheckSetResult constructor

CheckSetResult({
  1. AllowlistResult? allowlistResult,
  2. CheckResults? checkResults,
  3. String? displayName,
  4. String? explanation,
  5. String? index,
  6. Scope? scope,
})

Implementation

CheckSetResult({
  this.allowlistResult,
  this.checkResults,
  this.displayName,
  this.explanation,
  this.index,
  this.scope,
});