SyncStatus constructor

const SyncStatus(
  1. int currentIndex,
  2. int? targetIndex,
  3. String? stage
)

Implementation

const SyncStatus(this.currentIndex, this.targetIndex, this.stage);