VideoData constructor
VideoData({})
Implementation
VideoData({
this.localPath,
this.url,
this.snapshotLocalPath,
this.snapshotUrl,
this.duration = 0,
this.width = 0,
this.height = 0,
});
VideoData({
this.localPath,
this.url,
this.snapshotLocalPath,
this.snapshotUrl,
this.duration = 0,
this.width = 0,
this.height = 0,
});