You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to track when unknownValue occurs when parsing fromJson for enum type, so that I can fix the model or tell the BE if something unexpected happen.
In order to do that, I guess we need to be able to inject custom deserialization method, not just mapping. Just like fromJson and toJson in JsonKey.