For the latest Dart news, visit our new blog at https://medium.com/dartlang .
The Hashable class is being removed. William Hesse tells us why:
As always, we invite you to join our Dart mailing list, ask questions on Stack Overflow, or file feature requests on dartbug.com
Since everything is hashable, there is no need for a Hashable class.
We've kept a class with that name alive, so that code using it wouldn't break, but now it's time to let it go.