ListStepEntriesResponse constructor

ListStepEntriesResponse({
  1. String? nextPageToken,
  2. List<StepEntry>? stepEntries,
  3. int? totalSize,
})

Implementation

ListStepEntriesResponse({
  this.nextPageToken,
  this.stepEntries,
  this.totalSize,
});