Annotations for code generator 'autoequal_gen' to simplify work with 'equatable'.
It will generate 'List<Object?> props' private extensions for all annotated classes.
This is a set of rules to make classes using Equatable more maintainable. We make sure here that every fields in an Equatable class is linked to the Equatable props getter.
A simple Dart package that provides fast and secure equality comparison as a mixin. It optionally offers hash caching to improve the speed of Map's and Set's significantly.