Video constructor
Video({
- MediaProperties? properties,
- String? youtubeUri,
Implementation
Video({
this.properties,
this.youtubeUri,
});
Video({
this.properties,
this.youtubeUri,
});