DubbingMediaReference constructor
const
DubbingMediaReference({})
Implementation
const DubbingMediaReference({
required this.src,
required this.contentType,
required this.bucketName,
required this.randomPathSlug,
required this.durationSecs,
required this.isAudio,
required this.url,
});