SipCallingEventResult constructor Null safety

SipCallingEventResult(
  1. {String? event,
  2. String? callId}
)

Implementation

SipCallingEventResult({this.event, this.callId});