id property
final
Unique identifier for the disease.
Used for database operations, API calls, and cross-referencing with mosquito species data. Should follow snake_case convention and match WHO or medical database identifiers when possible.
Example: 'dengue', 'zika', 'yellow_fever'
Implementation
final String id;