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