SendCallEventResponse constructor

SendCallEventResponse({
  1. required String duration,
})

Returns a new SendCallEventResponse instance.

Implementation

SendCallEventResponse({
  required this.duration,
});