FFVideoCutModel constructor

FFVideoCutModel({
  1. Uint8List? thumbImageData,
  2. String? path,
  3. String? thumbImagePath,
  4. int width = 0,
  5. int height = 0,
  6. String? videoUrl,
  7. String? meidaId,
  8. double millSecond = 0,
  9. int size = 0,
})

Implementation

FFVideoCutModel({this.thumbImageData, this.path, this.thumbImagePath, this.width = 0, this.height = 0, this.videoUrl, this.meidaId, this.millSecond = 0, this.size = 0});