Json – How can I ignore a specific value of a property?
I'm trying to figure out how I can ignore a specific value of a property using Mixin. For example, there is a class: class MyClass { String name; } I want to use a MixIn to ignore names with a…