PageSyncStat constructor

PageSyncStat({
  1. int? onlySourceCount,
  2. int? onlyTargetCount,
  3. int? matchingKeyCount,
  4. int? synchronizedCount,
})

Implementation

PageSyncStat({
  this.onlySourceCount,
  this.onlyTargetCount,
  this.matchingKeyCount,
  this.synchronizedCount,
});