netglade / auto_mappr

Code generation for mapping between different objects with ease.
https://pub.dev/packages/auto_mappr
MIT License
71 stars 7 forks source link

Move where from extension to static function #193

Open tenhobi opened 7 months ago

tenhobi commented 7 months ago

Move this function from extension to static function of the annotation, so it is not suggested to other people' projects code.

https://github.com/netglade/auto_mappr/blob/main/packages/auto_mappr_annotation/lib/src/map_extension.dart#L5-L15