mek_data_class 1.1.0
mek_data_class: ^1.1.0 copied to clipboard
Generate `hashCode`, `==`, `toString`, `copyWith` and `change` methods with low code
1.1.0 #
- feat: You can pass your
Equalityclasses toDataClass(equalities: [...]) - chore: Added support for dart
3.0
1.0.1 #
- chore: introduced new api for the generator package
1.0.0 #
- feat:
DataField.equalityto customize the equal operator and hashcode through the use of the Equality class
0.2.0 #
- Added
DataClass.createFieldsClassto create a class that contains the names of the fields of the Data Class
0.1.0 #
- Removed
DeepCollectionEqualityexport in favor ofDataClass.$equalsmethod
0.0.1+1 #
- Fix example documentation links
0.0.1 #
- Initial version.