AnimaVideoRequestModel constructor

AnimaVideoRequestModel({
  1. String? id,
  2. String? text,
  3. String? template,
  4. String? voice,
  5. String? language,
  6. bool? enhance = false,
  7. required bool isInternal,
  8. required bool chunkMode,
})

Implementation

AnimaVideoRequestModel({
  this.id,
  this.text,
  this.template,
  this.voice,
  this.language,
  this.enhance = false,
  required this.isInternal,
  required this.chunkMode,
});