map_model 1.0.11
map_model: ^1.0.11 copied to clipboard
MapModel as its name suggests. Implement various Model objects using Map, such as Entity, VO, and DTO.
1.0.0 #
- Initial version.
1.0.3 #
- Support custom Map type.
1.0.4 #
- Support custom code.
- Support empty construction.
1.0.5 #
- Update library entry name.
1.0.6 #
- use mixin.
1.0.7 #
- No longer providing convert, but verifying the type.
1.0.8 #
- Add default type convert.
- Add custom type convert.
1.0.9 #
- Update comments.
1.0.10 #
- MapBinding can create.
1.0.11 #
- Support customConvert.