Skip to main content

New site for Dart news and articles

For the latest Dart news, visit our new blog at  https://medium.com/dartlang .

Breaking Change: the Hashable Class to be Removed

The Hashable class is being removed. William Hesse tells us why

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.

As always, we invite you to join our Dart mailing list, ask questions on Stack Overflow, or file feature requests on dartbug.com