Video constructor
      
      Video({ 
    
    
- String? id,
- String? source,
- String? url,
- VideoProperties? videoProperties,
Implementation
Video({
  this.id,
  this.source,
  this.url,
  this.videoProperties,
});