SipCallingEventResult.fromJson constructor Null safety

SipCallingEventResult.fromJson(
  1. Map<String, dynamic> json
)

Implementation

SipCallingEventResult.fromJson(Map<String, dynamic> json) {
  this.event = json["event"];
  this.callId = json["call_id"];
}