ReplicationRunStageDetails constructor

ReplicationRunStageDetails({
  1. String? stage,
  2. String? stageProgress,
})

Implementation

ReplicationRunStageDetails({
  this.stage,
  this.stageProgress,
});