SerdesGenerator constructor
SerdesGenerator({})
Implementation
SerdesGenerator({
this.shouldGenerateToJson = true,
this.shouldGenerateFromJson = true,
this.shouldGenerateToStringJson = true,
this.shoudlGenerateFromStringJson = true,
});