ListStepsOutput constructor

ListStepsOutput({
  1. String? marker,
  2. List<StepSummary>? steps,
})

Implementation

ListStepsOutput({
  this.marker,
  this.steps,
});