AppData constructor

const AppData({
  1. AWSRekognitionAddonResult? awsRecognition,
  2. ClamAVAddonResult? clamAV,
  3. RemoveBgAddonResult? removeBg,
})

Implementation

const AppData({
  this.awsRecognition,
  this.clamAV,
  this.removeBg,
});