ClusterOperationStep constructor
      
      ClusterOperationStep({ 
    
    
- ClusterOperationStepInfo? stepInfo,
- String? stepName,
Implementation
ClusterOperationStep({
  this.stepInfo,
  this.stepName,
});