blockChecksum property
When true, a checksum is added to the end of each block during compression, and validates the block data during decompression. The default value is false.
Implementation
final bool blockChecksum;
When true, a checksum is added to the end of each block during compression, and validates the block data during decompression. The default value is false.
final bool blockChecksum;