Video constructor

Video({
  1. MediaProperties? properties,
  2. String? youtubeUri,
})

Implementation

Video({this.properties, this.youtubeUri});