@override Map<String, dynamic> toJson() => { 'type': type, if (id != null) 'id': id, 'call_id': callId, 'output': output, if (status != null) 'status': status, };