StopClosedCaptionsResponse constructor

StopClosedCaptionsResponse({
  1. required String duration,
})

Returns a new StopClosedCaptionsResponse instance.

Implementation

StopClosedCaptionsResponse({
  required this.duration,
});