KeyInfo constructor

KeyInfo(
  1. String key,
  2. SyncDirection syncDirection,
  3. CommitOp commitOp
)

Implementation

KeyInfo(this.key, this.syncDirection, this.commitOp);