Video constructor

Video({
  1. String? id,
  2. String? source,
  3. String? url,
  4. VideoProperties? videoProperties,
})

Implementation

Video({
  this.id,
  this.source,
  this.url,
  this.videoProperties,
});