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
Currently JsonKey annotation have ignore parameter, but it's generalized for both fromJson and toJson.
The idea is to have a control over which fields can be serialized via toJson method and then sent over internet.
Could there be implemented additional parameter bool? excludeToJson ?