hashCode property
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.
Implementation
int get 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.
int get hashCode;