checksum property

String checksum

The checksum of the original file. You can use this value to see if packed file is different to a local file without having to unpack it.

calculateHash('/path/to/local/file') == checksum

Implementation

String get checksum;