SendCallEventRequest constructor

SendCallEventRequest({
  1. Map<String, Object> custom = const {},
})

Returns a new SendCallEventRequest instance.

Implementation

SendCallEventRequest({
  this.custom = const {},
});