ListStepThumbnailsResponse constructor

ListStepThumbnailsResponse({
  1. String? nextPageToken,
  2. List<Image>? thumbnails,
})

Implementation

ListStepThumbnailsResponse({
  this.nextPageToken,
  this.thumbnails,
});