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