IChunkExploder2 constructor

const IChunkExploder2({
  1. int maxChunkSize = 500,
  2. int factor = 3,
  3. int maxPostOverlap = 200,
})

Implementation

const IChunkExploder2({
  this.maxChunkSize = 500,
  this.factor = 3,
  this.maxPostOverlap = 200,
});