Nils
Nils
Hi, I'm not sure I understood correctly, but if you want to map your Source2 into the Target, you can achieve this by adding an explicit Function Mapping like this....
Yes, that's a usecase I didn't think about. Right now I can ignore certain fields, but not by their source param. So one solution would be to be able to...
Yes, currently there is no other way other than copying the method from the other mapper as you mentioned, unfortunately. But I think this is a good idea for a...
Hey @mrverdant13 I like the idea, I'm thinking of maybe making this configurable. So that you would be able to write something like ```dart @Mapper(extension: true) ... ``` And instead...
Hi, like the idea a lot, should also be relatively easy to implement