compress property Null safety

bool compress
read / write

If false, this file will not be compressed when encoded to an archive format such as zip.

Implementation

bool compress = true;