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