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