EncodingOptions constructor

EncodingOptions({
  1. bool? includeTypeId,
  2. bool inheritOptions = true,
  3. bool? shallow,
  4. Object? data,
})

Implementation

EncodingOptions({
  this.includeTypeId,
  this.inheritOptions = true,
  this.shallow,
  this.data,
});