SrtExportOptions constructor
const
SrtExportOptions({})
Implementation
const SrtExportOptions({
this.maxCharactersPerLine,
this.includeSpeakers,
this.includeTimestamps,
required this.format,
this.segmentOnSilenceLongerThanS,
this.maxSegmentDurationS,
this.maxSegmentChars,
});