DecodeOptions constructor
const
DecodeOptions({})
Implementation
const DecodeOptions({
this.indent = 2,
this.strict = true,
this.enforceFlatMap = false,
this.flatMapSeparator = '_',
}) : assert(indent > 0, 'indent must be positive');