ReplicationCycle constructor
ReplicationCycle({})
Implementation
ReplicationCycle({
this.cycleNumber,
this.endTime,
this.error,
this.name,
this.progressPercent,
this.startTime,
this.state,
this.steps,
this.totalPauseDuration,
this.warnings,
});