ListStepsResponse constructor

ListStepsResponse({
  1. String? nextPageToken,
  2. List<Step>? steps,
})

Implementation

ListStepsResponse({
  this.nextPageToken,
  this.steps,
});