SerdesGenerator constructor

SerdesGenerator({
  1. bool shouldGenerateToJson = true,
  2. bool shouldGenerateFromJson = true,
  3. bool shouldGenerateToStringJson = true,
  4. bool shoudlGenerateFromStringJson = true,
})

Implementation

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