CheckSetResult constructor
CheckSetResult({
- AllowlistResult? allowlistResult,
- CheckResults? checkResults,
- String? displayName,
- String? explanation,
- String? index,
- Scope? scope,
Implementation
CheckSetResult({
this.allowlistResult,
this.checkResults,
this.displayName,
this.explanation,
this.index,
this.scope,
});