CallClosedCaption constructor
CallClosedCaption({})
Returns a new CallClosedCaption instance.
Implementation
CallClosedCaption({
required this.endTime,
required this.id,
required this.language,
this.service,
required this.speakerId,
required this.startTime,
required this.text,
required this.translated,
required this.user,
});