vectors property
final
List of vector species IDs that can transmit this disease.
Contains identifiers for mosquito species known to vector this disease. These IDs correspond to MosquitoSpecies instances and enable cross-referencing between diseases and vectors.
Example: ['aedes_aegypti', 'aedes_albopictus']
Implementation
final List<String> vectors;