StartClosedCaptionsResponse constructor
StartClosedCaptionsResponse({
- required String duration,
Returns a new StartClosedCaptionsResponse instance.
Implementation
StartClosedCaptionsResponse({
required this.duration,
});