IChunkDistiller constructor
const
IChunkDistiller({
- int factor = 3,
- String header = "",
- bool lossy = true,
- int parallelism = 1,
- required IDistiller distiller,
Implementation
const IChunkDistiller({
this.factor = 3,
this.header = "",
this.lossy = true,
this.parallelism = 1,
required this.distiller,
});