SpeakerTrack constructor
const
SpeakerTrack({})
Implementation
const SpeakerTrack({
required this.id,
required this.mediaRef,
required this.speakerName,
required this.voices,
required this.segments,
});
const SpeakerTrack({
required this.id,
required this.mediaRef,
required this.speakerName,
required this.voices,
required this.segments,
});