outrelouxhe
Results
2
comments of
outrelouxhe
Hello. I jump into this conversation to confirm that in my use case, this is a real issue that once a user with a custom userId has been deleted, we...
For information, I have implemented the following workaround using a hook on the MappableClass: ``` class TranslatorMappingHook extends MappingHook { const TranslatorMappingHook(); @override Object? beforeDecode(Object? value) { if (value is...