CheckSet constructor
CheckSet({
- List<
Check> ? checks, - String? displayName,
- ImageAllowlist? imageAllowlist,
- Scope? scope,
Implementation
CheckSet({
this.checks,
this.displayName,
this.imageAllowlist,
this.scope,
});