hashCode property

  1. @override
int get hashCode
override

Returns the hash code for this species.

Based on the species ID for consistent hashing.

Implementation

@override
int get hashCode => id.hashCode;