SmilParallel constructor
const
SmilParallel({})
Creates a SmilParallel, representation of audio-text synchronization.
Implementation
const SmilParallel({
required this.id,
required this.clipBegin,
required this.clipEnd,
required this.textFileName,
required this.textId,
});