AlternativeVideo constructor
AlternativeVideo({})
Implementation
AlternativeVideo({
required this.id,
required this.width,
required this.height,
required this.codec,
this.hlsFile,
this.video,
});
AlternativeVideo({
required this.id,
required this.width,
required this.height,
required this.codec,
this.hlsFile,
this.video,
});