VideoData constructor

const VideoData({
  1. String? coverPath,
  2. String? coverUrl,
  3. Uint8List? coverData,
  4. String? url,
})

Implementation

const VideoData({
  this.coverPath,
  this.coverUrl,
  this.coverData,
  this.url,
});