DecodeOptions constructor

const DecodeOptions({
  1. int indent = 2,
  2. bool strict = true,
})

Implementation

const DecodeOptions({
  this.indent = 2,
  this.strict = true,
});