DescribeStepOutput constructor

DescribeStepOutput({
  1. Step? step,
})

Implementation

DescribeStepOutput({
  this.step,
});