equatable library
A mixin that helps implement equality without needing to explicitly override
==
operators or hashCode
s.
Classes
- Equatable
- A base class to facilitate operator == and hashCode overrides.
- EquatableConfig
- The default configurion for all Equatable instances.
Mixins
- EquatableMixin
- A mixin that helps implement equality without needing to explicitly override operator == and hashCode.