SyncStatus constructor

SyncStatus(
  1. int current_index,
  2. int? target_index,
  3. String? stage
)

Implementation

SyncStatus(this.current_index, this.target_index, this.stage);