changingId property

Uint8List? changingId
final

The changing file identifier (typically a 16-byte MD5 hash), or null if the document has no file identifier array.

The changing ID is updated on each save. Together with permanentId it can be used to detect whether a file is a revision of a known document.

Implementation

final Uint8List? changingId;