Chunk constructor

Chunk(
  1. int number,
  2. int offset,
  3. int size,
  4. bool done,
)

Implementation

Chunk(this.number, this.offset, this.size, this.done);