numChunks method

int numChunks()

Implementation

int numChunks() => (length ~/ chunkSize).toInt();