SipIncomingCallEventResult constructor Null safety

SipIncomingCallEventResult(
  1. {String? event,
  2. String? username,
  3. String? displayname,
  4. String? callee,
  5. String? referredBy,
  6. String? replaces,
  7. String? srtp,
  8. String? headers}
)

Implementation

SipIncomingCallEventResult(
    {this.event,
    this.username,
    this.displayname,
    this.callee,
    this.referredBy,
    this.replaces,
    this.srtp,
    this.headers});