ClusterOperationStepInfo constructor

ClusterOperationStepInfo({
  1. String? stepStatus,
})

Implementation

ClusterOperationStepInfo({
  this.stepStatus,
});