primaryVector property

String get primaryVector

Gets the primary vector species for this disease.

Returns the first vector in the list, which is typically the most important or common vector species.

Implementation

String get primaryVector => vectors.isNotEmpty ? vectors.first : '';