CheckSet constructor

CheckSet({
  1. List<Check>? checks,
  2. String? displayName,
  3. ImageAllowlist? imageAllowlist,
  4. Scope? scope,
})

Implementation

CheckSet({
  this.checks,
  this.displayName,
  this.imageAllowlist,
  this.scope,
});