DubbedSegment constructor
const
DubbedSegment({})
Implementation
const DubbedSegment({
required this.startTime,
required this.endTime,
required this.text,
required this.audioStale,
required this.mediaRef,
});