class Rule { final List symptomIds; final String diseaseId; Rule({required this.symptomIds, required this.diseaseId}); }