SipProgressEvent constructor Null safety

SipProgressEvent(
  1. {String? sip,
  2. String? callId,
  3. SipProgressEventResult? result}
)

Implementation

SipProgressEvent({this.sip, this.callId, this.result});