StartClosedCaptionsResponse constructor

StartClosedCaptionsResponse({
  1. required String duration,
})

Returns a new StartClosedCaptionsResponse instance.

Implementation

StartClosedCaptionsResponse({
  required this.duration,
});