VideoData constructor

const VideoData({
  1. String? coverPath,
  2. String? coverUrl,
  3. ImageProvider<Object>? coverProvide,
  4. String? url,
  5. AsyncPath? asyncPath,
})

Implementation

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