MultipleFaceSwap constructor

const MultipleFaceSwap({
  1. required String key,
  2. String? webhook,
  3. String? trackId,
  4. required dynamic initImage,
  5. required dynamic targetImage,
  6. bool? watermark,
})

Implementation

const MultipleFaceSwap({
  required this.key,
  this.webhook,
  this.trackId,
  required this.initImage,
  required this.targetImage,
  this.watermark,
});