ClusterOperationStep constructor

ClusterOperationStep({
  1. ClusterOperationStepInfo? stepInfo,
  2. String? stepName,
})

Implementation

ClusterOperationStep({
  this.stepInfo,
  this.stepName,
});