compress property Null safety
read / write
If false, this file will not be compressed when encoded to an archive format such as zip.
Implementation
bool compress = true;
If false, this file will not be compressed when encoded to an archive format such as zip.
bool compress = true;