Open stact opened 2 months ago
Please find this PR to allow exclude fields from toJson and toMap. I used the same logic as ignoreNull.
You will be able to add ignore: ['key1', 'key2']on MappableClass
ignore: ['key1', 'key2']
MappableClass
I will need help for managing the tests.
Related to: #105
Please find this PR to allow exclude fields from toJson and toMap. I used the same logic as ignoreNull.
You will be able to add
ignore: ['key1', 'key2']
onMappableClass
I will need help for managing the tests.
Related to: #105