id property

String id
final

Unique identifier for the mosquito species.

This ID is used internally for database operations, API calls, and cross-referencing with other data models. It should be consistent across all data sources and follow snake_case convention.

Example: 'aedes_aegypti', 'anopheles_gambiae'

Implementation

final String id;