spkersten / dart_functional_data

Simple and non-intrusive code generator for lenses and boilerplate of data types
https://pub.dev/packages/functional_data
MIT License
41 stars 15 forks source link

use object instead of dynamic for == operator (null safety) #22

Closed remonh87 closed 3 years ago

remonh87 commented 3 years ago

Fix for #15 I experience the same issue when generating mocks with mockito. I will create the same fix for master if you ike.