AnimaVideoResponseModel constructor

AnimaVideoResponseModel({
  1. String? video,
  2. List<String>? videoChunk,
})

Implementation

AnimaVideoResponseModel({
  this.video,
  this.videoChunk,
});