ConvertJsonSerializableOptions constructor

ConvertJsonSerializableOptions({
  1. bool jsonKey = false,
  2. bool copyWith = true,
  3. bool jsonToList = true,
  4. bool equatableMixin = false,
})

Implementation

ConvertJsonSerializableOptions({
  this.jsonKey = false,
  this.copyWith = true,
  this.jsonToList = true,
  this.equatableMixin = false,
});