int hashCode

Source

int get hashCode {
  int result = 373;
  result = 37 * result + languageCode.hashCode;
  result = 37 * result + countryCode.hashCode;
  return result;
}