Returns the hash code for this species.
Based on the species ID for consistent hashing.
@override int get hashCode => id.hashCode;