Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'call_id'] = this.callId; json[r'call_type'] = this.callType; return json; }