numChunks method

int numChunks()

Implementation

int numChunks() => ((length ?? 0.0) / chunkSize).ceil();