ImageResult constructor
ImageResult({
- AllowlistResult? allowlistResult,
- CheckSetResult? checkSetResult,
- String? explanation,
- String? imageUri,
- String? verdict,
Implementation
ImageResult({
this.allowlistResult,
this.checkSetResult,
this.explanation,
this.imageUri,
this.verdict,
});