SpeakerSegment constructor
const
SpeakerSegment({})
Implementation
const SpeakerSegment({
required this.id,
required this.startTime,
required this.endTime,
required this.text,
required this.dubs,
});
const SpeakerSegment({
required this.id,
required this.startTime,
required this.endTime,
required this.text,
required this.dubs,
});