Map<String, dynamic> toJson() { return { 'id': id, if (debuggerId != null) 'debuggerId': debuggerId!.toJson(), }; }