CallClosedCaption constructor
CallClosedCaption({
- required DateTime endTime,
- required String speakerId,
- required DateTime startTime,
- required String text,
- required UserResponse user,
Returns a new CallClosedCaption instance.
Implementation
CallClosedCaption({
required this.endTime,
required this.speakerId,
required this.startTime,
required this.text,
required this.user,
});