Equality RSS
Testing Objects for Equality in Google Dart
In Dart, you compare equality using the ‘==’ operator rather than an ‘equals’ method. Sometimes you need to override it this operator in your class to ensure that instances of the classes are compared correctly....