StopLiveResponse constructor

StopLiveResponse({
  1. required CallResponse call,
  2. required String duration,
})

Returns a new StopLiveResponse instance.

Implementation

StopLiveResponse({
  required this.call,
  required this.duration,
});