ImageResult constructor

ImageResult({
  1. AllowlistResult? allowlistResult,
  2. CheckSetResult? checkSetResult,
  3. String? explanation,
  4. String? imageUri,
  5. String? verdict,
})

Implementation

ImageResult({
  this.allowlistResult,
  this.checkSetResult,
  this.explanation,
  this.imageUri,
  this.verdict,
});