SyncStatus constructor

SyncStatus({
  1. bool? mergeConflict,
  2. bool? syncError,
})

Implementation

SyncStatus({this.mergeConflict, this.syncError});