CheckpointConfigurationDescription constructor

CheckpointConfigurationDescription({
  1. int? checkpointInterval,
  2. bool? checkpointingEnabled,
  3. ConfigurationType? configurationType,
  4. int? minPauseBetweenCheckpoints,
})

Implementation

CheckpointConfigurationDescription({
  this.checkpointInterval,
  this.checkpointingEnabled,
  this.configurationType,
  this.minPauseBetweenCheckpoints,
});