SyncEntry constructor

SyncEntry(
  1. String commitID,
  2. String decryptedValue
)

Implementation

SyncEntry(this.commitID, this.decryptedValue);