ConvertFreezedOptions constructor

ConvertFreezedOptions({
  1. bool mutable = false,
  2. bool jsonKey = false,
  3. bool foundation = true,
  4. bool jsonToList = true,
})

Implementation

ConvertFreezedOptions({
  this.mutable = false,
  this.jsonKey = false,
  this.foundation = true,
  this.jsonToList = true,
});