mek_data_class 1.0.1 mek_data_class: ^1.0.1 copied to clipboard
Generate `hashCode`, `==`, `toString`, `copyWith` and `change` methods with low code
1.0.1 #
- chore: introduced new api for the generator package
1.0.0 #
- feat:
DataField.equality
to customize the equal operator and hashcode through the use of the Equality class
0.2.0 #
- Added
DataClass.createFieldsClass
to create a class that contains the names of the fields of the Data Class
0.1.0 #
- Removed
DeepCollectionEquality
export in favor ofDataClass.$equals
method
0.0.1+1 #
- Fix example documentation links
0.0.1 #
- Initial version.