SipMissedCallEventResult constructor Null safety

SipMissedCallEventResult(
  1. {String? event,
  2. String? caller,
  3. String? displayname,
  4. String? callee}
)

Implementation

SipMissedCallEventResult(
    {this.event, this.caller, this.displayname, this.callee});