|
@@ -176,10 +176,11 @@ class CollectionAttributes {
|
|
final String encryptedPath;
|
|
final String encryptedPath;
|
|
final String pathDecryptionNonce;
|
|
final String pathDecryptionNonce;
|
|
final int version;
|
|
final int version;
|
|
|
|
+
|
|
CollectionAttributes({
|
|
CollectionAttributes({
|
|
this.encryptedPath,
|
|
this.encryptedPath,
|
|
this.pathDecryptionNonce,
|
|
this.pathDecryptionNonce,
|
|
- this.version,
|
|
|
|
|
|
+ this.version = 0,
|
|
});
|
|
});
|
|
|
|
|
|
CollectionAttributes copyWith({
|
|
CollectionAttributes copyWith({
|