ListStepsOutput constructor
ListStepsOutput({
- String? marker,
- List<
StepSummary> ? steps,
Implementation
ListStepsOutput({
this.marker,
this.steps,
});
ListStepsOutput({
this.marker,
this.steps,
});