SipProceedingEventResult constructor Null safety

SipProceedingEventResult(
  1. {String? event,
  2. int? code}
)

Implementation

SipProceedingEventResult({this.event, this.code});