int hashCode

Returns a hash code derived from the code units of the string.

This is compatible with ==. Strings with the same sequence of code units have the same hash code.

Source

int get hashCode;